Sublime Forum

toggle_comment key binding is not working on build 2125

#1

Howdy guys, I’m a complete newb, so please forgive any ignorance.

I cannot get the “toggle_comment” command to work via the default key binding “super+forward_slash”. Nothing happens, and no error message shows up in the console when I press the keys. It seems like maybe “forward_slash” isn’t recognized as a valid key, since when I assign toggle comment to another key binding everything works fine.

  { "keys": "super+;"], "command": "toggle_comment", "args": { "block": false } },
  { "keys": "super+forward_slash"], "command": "toggle_comment", "args": { "block": false } },

The top key binding works, the bottom (taken from default keybindings) does not. I’m using build 2125.

Can anyone help? It would be much appreciated.

Thanks,
Scott

0 Likes