I have the following keyboard shortcut setup:
{ "keys": "ctrl+;"], "command": "toggle_comment", "args": { "block": false } },
It works fine on Linux but for some reason it doesn’t on Windows. In the list of command, I can see it’s correctly setup:
but still when I press Ctrl+; it doesn’t do anything.
Any idea why that can be? Any suggestion on how to fix it?
