The shortcut key to open console in Sublime Text 2 does not work
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 via ctrl + ` shortcut. How to fix this problem?
Solution 1:
Magic Keyboard - US English - Apple
The title itself causes this answer to show up in Google search results for any operating system. So even though the details ask about Windows 7, I am including picture of the shortcut to the Mac because it will save some people a lot of time.
Solution 2:
UK Keyboard
Use Ctrl+' to open the console.
When Ctrl+` is pressed, Sublime Text does not receive anything. It is therefore impossible to use this key combination for anything.
When Ctrl+' is pressed, Sublime Text actually receives Ctrl+` instead.
Debuging Keyboard Shortcuts
To see what Sublime Text is receiving, enter sublime.log_input(True)
at the console.
Obviously change True
to False
to turn this off.
Other programs can receive the physical Ctrl+` combination so it would seem the issue is within Sublime Text.
Solution 3:
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...
Solution 4:
Solution/Workaround: using preferences options, you can change the key binding. I've changed mine to ctrl+f1