It’s been a long time since I’ve been forced to create a different keyboard shortcut for Toggle Comment (Ctrl+;
) instead of the default one (Ctrl+/
) because ST simply doesn’t recognize this combination.
However, Ctrl+/
is recognized by any other software except ST.
My keyboard is ABNT2:
Activating sublime.log_input(True)
in Console it recognizes both /
and ?
indidually:
chr evt: / (0x2f)
chr evt: ? (0x3f)
But it shows nothing when pressing Ctrl+/
.
How to make ST (3 or 4) recognize Ctrl+/
?