Hi
I must say I am starting to like Sublime Text 2 as an editor, discovering more and more powerful functionality. However, I am having issues with keyboard shortcuts all the time. A lot of things seem to not work properly.
The two shortcuts that are currently not working are:
- Ctrl+/ and Ctrl+Shift+/ to toggle comments (tried in HTML file, JS file) -> Nothing happens
- Ctrl+u after doing a multi-selection and wanting to go back 1 (described here: sublimetext.com/docs/2/multi … board.html) --> the whole multi selection is canceled instead
I am using Swiss-German keyboard layout. Not sure if that has any effect. I had problems playing Starcraft 2 because the game confused z and y, but only sometimes. So for playing I had to switch to US english layout
The configuration seems to be fine:
{ “keys”: “ctrl+/”], “command”: “toggle_comment”, “args”: { “block”: false } },
{ “keys”: “ctrl+shift+/”], “command”: “toggle_comment”, “args”: { “block”: true } },
{ “keys”: “ctrl+u”], “command”: “soft_undo” },
I am using Sublime Text 2, Build 2181 on Windows 8 Consumer Preview