Sublime Forum

Specific key binding not working

#1

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

0 Likes

#2

I’ve found the issue. My clipboard extension app (Clipy) had hijacked the shortcut, removing it fixed the problem :slight_smile:

1 Like