I\'m using Sublime Text 2 (version 2.0.1) on Windows 7, and I haven\'t installed any plugins for this software. I can use menu to open the console, but I cannot open console
Portuguese keyboard (Sublime Text 3 in a Mac):
CTRL + <
Norwegian keyboard:
Ctrl+alt+´ (That's the key between +andDelete)
If all else fails, try View > Show Console.
When I run conemu at the time, it seems to grab the ctrl-` and use it for minimize\restore. So I do get a console, just not the Sublime Text one...
Spanish keyboard (Sublime 2, Mac)
ctrl + <
I am using Sublime Text 3 build 3156 on Windows 8.1 system. My keyboard layout is us keyboard style. After enabling sublime.log_input(True)
, I find that pressing Ctrl+` shows nothing in the sublime text console.
Eventually, I just use Ctrl+' to bring up the console. Go to Preferences -> Key Bindings
, add the following to user key binding setting:
{ "keys": ["ctrl+'"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
Then everything works fine.
Finnish / Swedish / German / Hungarian layout:
ctrl + ö