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
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:Then everything works fine.
Danish keyboard (Mac):
Ctrl+Shift+´ (Apostrophe? Accent aigu? - the key between +andBackspace)
The shortcut for the console is
ctrl + `
not
ctrl + '
Notice the difference?
Also see here: http://sublimetext.info/docs/en/basic_concepts.html
Using Spanish layout (Qwerty), the shortcut key to open the console (confirmed with Sublime Text 3) is:
CTRL + ñ
Finnish / Swedish / German / Hungarian layout:
ctrl + ö
Brazilian Portuguese (ABNT2) shortcut is Control + Shift + Alt Gr (right) + `. It's so complicated that it's worth reassigning the shortcut to something more intuitive as Control + ' (the key on top of the Tab key).