address: http://www.extensionsmirror.nl/index.php?showtopic=254
This extension allows us to re-bind keys to functions. Pretty useful for keyboard users like me. A side benefit is that you could learn lots of new key bindings and find out “why this key binding doesn’t work?” — Mostly because the key is bind to another function in another extension.
It can also disable key bindings. The first two I disabled is C-n and C-p. Because I’m an Emacs user
Two things to take care for using this extension:
- Don’t change too much default key bindings. This may make me trouble when use other’s Firefox.
- this extension can only change key bindings, but not add new ones. For example, in the web developer extension, one can add many “view source with..” to view source with externale editors and allow us to bind that to Ctrl+Shift+something. If we don’t bind it to any key, it won’t show up in the keyconfig config window and we can’t set key bindings for it. So we have to bind it to a key like Ctrl+Shift+a in web developer options windows, and then rebind it to whatever we want in the keyconfig configuration window.
There is also a Functions for Keyconfig that adds some extra functions with keybindings. We can use it and bind the extra functions to whatever we like. The one I like most is f4kc_CopyCurrentURI that copy the current URI.
Post a Comment
You could use <code type="name"> to get your code colorized