Sublime Forum

Mac unbound shortcuts no longer work

#1

I have had the following keymaps in my config for forever:

  { "keys": ["super+equals"], "command": "unbound" },
  { "keys": ["super+plus"], "command": "unbound" },
  { "keys": ["super+minus"], "command": "unbound" },
  { "keys": ["super+h"], "command": "unbound"},

but they’re no longer disabled. For reference, I also have super+b unbound, and that command is still disabled.

Is this expected to no longer work? Do I have to configure these in System Preferences?

Update: It seems like I need to override the shortcut in System Preferences and have these set to unbound

0 Likes