Sublime Forum

Key Mapping Echo Plugin

#1

Hi,

Google has failed me.

Hoping to find a ST3 plugin which echoes the bound “active” command when performing a keyboard shortcut.

I say “active” meaning if there are mapping conflicts, it would display the command that ST3 would actually execute.

Any ideas?

Thanks

0 Likes

#2

If I understand you correctly, you don’t need a plugin, you just need to open the ST3 console and type:

sublime.log_commands(True)

to see what commands ST3 is executing for each keystroke.

0 Likes

#3

Try this plugin: github.com/skuroda/FindKeyConflicts

It will list all used keymaps and then you can figure out what’s what.

0 Likes