Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Ctrl + shift + /
At the same time, it is possible that it conflicts with something, you can try to reassign the keys in the config
By default it works with the button in the alphabetical part of the keyboard (which is on the left side of the right shift).
To make the "/" button work in the numeric part of the keyboard, add to Preferences->Key Bindings:
{ "keys": ["ctrl+keypad_divide"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+keypad_divide"], "command": "toggle_comment", "args": { "block": true } }
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question