I am creating a web application that uses the keyboard quite widely. I notice that the built-in browser event handling is inconsistent in browsers, and jQuery is not very well normalized (for example, Firefox sends keypress for backspace, chrome doesn't). I am wondering if there is a javascript library that normalizes these features and provides a single interface for handling keyboard events.
luqui
source share