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?
Use Ctrl + ' to open the console. When Ctrl + ` is pressed, Sublime Text does not receive anything.
Press ctrl + ~ (for opening terminal)
The Python ConsoleSublime Text 2 has an embedded Python interpreter. You will find yourself turning to it often in order to inspect Sublime Text 2 settings and to quickly test API calls while you're writing plugins. To open the Python console, press Ctrl+` or select View | Show Console in the menu.
Ctrl + D in SublimeText is "Quick Add Next." This appears to be equivalent to Ctrl + B in Brackets, which is "Add next match to Selection" on the Find menu.
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.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With