Sublime Forum

Setting custom keyboard shortcuts [ST3]

#1

Hi,

I have problems setting custom keyboard shortcuts on ST3.

I have a ThinkPad USB Keyboard with TrackPoint - keyboard with Finnish layout. The regular shortcut for toggling code comments (ctrl+/) won’t work, since on this keyboard, slash is entered via shift+7. Therefore I have set user keymap as follows:

{ "keys": "ctrl+shift+/"], "command": "toggle_comment", "args": { "block": false } }]
However, this doesn’t work. On ST2 this works as expected.

Oh, and just now I noticed that Edit-Comment-Toggle comment -stuff is grayed out. Is comment toggling feature under a state of flux?


kontza

0 Likes