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?
标签:
sublimetext2
相关问题
- How to run code in Sublime text 2 python
- Why is Sublime Package Control not working?
- C++ 11 code compiles with `clang++`, but not with
- White text in Sublime Text
- mongo --shell file.js and “use” statement
相关文章
- trouble getting sublime to execute with linux term
-
Perl with Sublime Text 2:
not working - Show info about current character in status bar in
- How can a Sublime Text build system access the con
- In Sublime Text 3, how to have shortcuts for “Buil
- Use vim syntax definition with sublime-text2
- Does Sublime Text support live editing of CSS/SASS
- Move cursor on middle button paste in Sublime Text
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 changeTrue
toFalse
to turn this off.Other programs can receive the physical Ctrl+` combination so it would seem the issue is within Sublime Text.
For UK Keyboard Ctrl + ~
For Hungarian Keyboard Ctrl + ö
For Finnish Keyboard Ctrl + ö
For Swedish Keyboard Ctrl + ö
For German Keyboard Ctrl + ö
On Turkish Keyboard this can be achieved by pressing
Ctrl + Alt Gr + ,
In French KB (Azerty), please use 'ctrl'+ 'ù' combinaison
Portuguese keyboard (Sublime Text 3 in a Mac):
CTRL + <
Solution/Workaround: using preferences options, you can change the key binding. I've changed mine to ctrl+f1