Gilles, >Yes i've ported this to jQuery, i'll add it to SVN tonight. It has >thesame options as the keyboard_shortcuts, but i've improved (cleaned >up) the code a lot. You can bind any combination you want.
Does the syntax work like this: // attach a keyboard shortcut to the document $(document).shortcut(); // attach a keyboard shortcut to a specific element $("#myDid").shortcut(); Just curious as to how the implementation works. -Dan