[jQuery] keycodes abstraction layer for different platforms
I've noticed that the keycodes of < and > didn't work as expected on
Windows (using the thickbox's keycodes).
Keycodes of arrows 37 and 39 work fine.
Is there a plugin that abstracts keyboard events from the platform of
the browser?
Something like
if (keycode === 190) // actual
if(jQuery.keycode(">")) // desired
Thanks.<br clear="all">
--
Massimiliano Balestrieri
<a href="http://www.maxb.net/blog/" target="_blank">http://www.maxb.net/blog/</a>
<a href="mailto:io@maxb.net" target="_blank">io@maxb.net</a>