Hi,
I'm trying to create extension which listens to some key events. Thing is that I would rather prefer to register it as a key binding like the rest key bindings are.
I mean I want to register some key binding in the tools > preferences > editor > key bindings, so that everyone will be able to assign any key combination for that.
Can I have some tips regarding that??
http://wiki.openkomodo.com/index.php/Adding_keybindings
If necessary you can study MoreKomodo or TabSwitcher extensions
--
dafi
Enhance KomodoEdit with MoreKomodo
Hi,
Is there any way to set default key binding in an extension?
I registered commands with broadcaster, but I would like to have a default key sequence associated with a command after installing.
Including keycode in broadcaster element doesn't seem to have any effect.