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
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.