sublimetext2 - Determine if a key sequence has already been assigned in Sublime Text -
does sublime text (2|3) have api method or way of determining if shortcut or hot key sequence has been assigned? have lots of plugins , macros installed, , when making new ones can difficult determine key sequence assign don't conflict else. key bindings can assigned in .sublime-keymap files in packages/default, packages/user, , whichever plugin wants assign them. make things more complicated, work on 3 different oses, , there different keymaps each platform. have keep manually searching keymap files myself, or there better way it?
you might try installing , using findkeyconflicts.
you can open console ctrl + ` , enter sublime.log_commands(true). can enter shortcut/key sequence , see what, if anything, bound it.
Comments
Post a Comment