Sublime Forum

Check for what hot key is used

#1

Hi
I Am trying to find new free hot key for new operation.
I open key binding file and search for combination alt+e. Nothing find in file but i see that some operation with alt+e is working
Is there way to check shortkut what operation it do? Thanks a lot!

0 Likes

#2

Use sublime.log_commands(True) in the console. It will log what commands are being run.

0 Likes