Hi, I have this key binding:
{ "keys": ["super+\`"], "command": "toggle_side_bar" }
And it just quit working.
This is the output of the console, so they keystroke is getting to Sublime, but it doesn’t work:
>>> sublime.log_input(True)
key evt: super+\`
What can be happening?
I’m using MacOS, so super is command.