5 ms·
In the future it'll be possible to use keyEvent.code for this: http://www.w3.org/TR/DOM-Level-3-Events/#keys-codevalues http://www.w3.org/TR/DOM-Level-3-Events/
by mstange 12y ago
In the future it'll be possible to use keyEvent.code for this: http://www.w3.org/TR/DOM-Level-3-Events/#keys-codevalues http://www.w3.org/TR/DOM-Level-3-Events/#keys-codevalues
It's supported in Firefox Nightly + Dev edition. I don't know whether other browsers support it yet.