Is there a way to write a greasemonkey script to register hotkeys?
- by Ben McCormack
I'm using a Wiki application that has buttons to indent and outdent list items. I'd like to write a greasemonkey script to capture Ctrl+M and Ctrl+Shift+M for indent and outdent, respectively. Is this possible?