Sublime Forum

Shortcut for block comments not working in ST 3

#1

super+forward_slash works to command lines but super+alt+forward_slash doesn’t work to comment blocks although it is defined like that in the default keyboard file. It used to in ST2. When I turn on sublime.log_commands(True) is shows command: copy for super+alt+forward_slash which doesn’t make any sense to me. So I added this to my user keyboard file

{ "keys": "super+alt+forward_slash"], "command": "toggle_comment", "args": { "block": true } }

But that doesn’t change anything. Why is super+alt+forward_slash mapped to copy even after I add it to the user-keyboard file? By the way, I can map comment blocks to another keyboard shortcut but I prefer super+alt+forward_slash.

Thanks!

0 Likes

#2

Se http://www.sublimetext.com/forum/viewtopic.php?f=3&t=14954&start=0!

0 Likes