| Script Summary: Tool to bind certain shortcuts to clickable elements. You select an element (button, link etc), a key combination and url patterns to include/exclude . When you press that key combination this userscript will simulate a click on that element. |
This script has no discussions. |
This script has no reviews. |
Screenshots here: http://code.google.com/p/webmonkey-userscripts/wiki/ShortcutBinder
NOTE: you need the greasemonkey firefox addon.

Changelog:
- 1.2.2 - Added a debug flag and fixed handling a bit if the matched element is a child of a link.
1.2.1- Shortcuts will not trigger a click if a input or textarea element has focus and the key combination doesn't have a Shift/Alt/Ctrl modifier.1.2- Shortcuts will not trigger a click if a input or textarea element has focus.1.1- Fixed problems with adding bindings from multiple tabs; Fixed problems with bindings with the same shortcut.1.0- Added a manage dialog for existing bindings.
Troubleshooting:
If you have problems add "greasemonkey.scriptvals.webmonkey/ShortcutBinder.debug_log" in about:config and set it to true (add it as a boolean). You'll see the logs in the javascript console (Tools>Error console) or the firebug console

