Sublime Forum

Can't override super+plus

#1

Hi,

First of all, I’m Sublime 3 build 3059.

I tried to override super+plus key binding, but it simply doesn’t work. Other key bindings work just fine.

Is this forbidden or am I doing something wrong?

{ “keys”: “super+plus”], “command”: “goto_definition” }

Thanks!

0 Likes

#2

You kind of forgot to specify your operating system :smile:

On Windows win+/win- are reserved for zoom in/out. And since they work on a lower level than sublime does, it’s not possible to be overwritten.

0 Likes

#3

Oops…

I’m on Mac OS :smile:

0 Likes

#4

Try “super++” instead of “super+plus” then.

0 Likes

#5

For OS X, with super+plus you’ll need to use the shift key to trigger it. That or use super+equals to not use the shift key.

0 Likes

#6

@iamntz // super++ Thank you so much for the input. Unfortunately, super++ didn’t work either
@subhaze // Thank you for your input!

I ended up using super+=

Thank you guys!

0 Likes

#7

I can’t override super+shift+equal or super+shift+plus
I want it to mean unfold_all

Help?

{ “keys”: “super+plus]”], “command”: “unfold_all” }

Os X 10.8.latest
Sublime 2.latest

0 Likes