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