Sublime Forum

Key binding ctrl+< to undo

#1

Hi,

I try to bind undo to they shortcut ctrl+< (the key next to the left shift key). But it does not work. Any suggestions?
My configuration:

{ "keys": "ctrl+<"], "command": "undo" } ]

If i change the shortcut to ctrl+a it works immediately, so I am in the correct configuration file.

0 Likes

#2

I know it’s stupid, but maybe this will work?

{ "keys": "ctrl+,"], "command": "undo" } ]

EDIT: In my bind-all keybinding this line never fires github.com/wuub/SublimePTY/blob … ymap#L1460

0 Likes