Sublime Forum

User key bindings & menu shortcut

#1

Hi,

User key bindings don’t seem to be “in sync” with the menu shortcut, at least on Mac OSX. After changing a few key bindings, I was expecting to see them besides in the menu, but it is not the case. The old shortcut is still here.

	{ "keys": "super+shift+right"], "command": "indent" },
	{ "keys": "super+shift+left"], "command": "unindent" },
	{ "keys": "super+shift+up"], "command": "fold" },
	{ "keys": "super+shift+down"], "command": "unfold" }
]

Am I doing something wrong maybe?

Best regards, and thanks for Sublime Text, a fantastic piece of software.

0 Likes