I’ve added the following key binding to my Default (OSX).sublime-keymap, but it doesn’t appear to work:
{ "keys": ["super+shift+b"], "command": "reveal_in_side_bar" },
I enabled command logging in the console with sublime.log_commands(True), but when I press the keys no command is issued (nothing happens at all). What’s really strange is that if I change the key binding to, for example, "super+shift+n", it works fine.
All of my other key bindings work fine. Any ideas?
Build 4126
