Sublime Forum

Key binding random behavior

#1

I am using ST3 with Emmet package. One of the key bindings I tend to use often is ‘cmd + shift + A’ which is tied to ‘Wrap with Abbreviation’ command. Sometimes the shortcut doesn’t register and instead executes another random ST command, usually related to package manager. I have not found a way to reproduce the issue and it seems to happen randmony. Any ideas what it could be?

Thanks in advance.

0 Likes

#2

You can find out by enabling command logging in the console (View > Show Console): sublime.log_commands(True).

0 Likes