I would like to use keyboard shortcuts in a web application. So far I have used the jquery.hotkeys plugin, and this has allowed me to implement simple keyboard shortcuts (e.g. single keystrokes, e.g. a ).
Now, to support more complicated keyboard navigation, I would like to use "shortcuts with multiple keys", for example, in gmail, for example, by pressing g (for "go") and then i (for 'inbox') sends you a folder incoming messages.
Does anyone know of a javascript component (jquery plugin or similar) for this task? Or what would be a good approach to implementing such hotkeys?
source share