dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

Please Add IE8 Compatibility #41

Closed meeCnu closed 10 years ago

meeCnu commented 10 years ago

when load in IE8 it is showing the attached error keypress

Mithgol commented 10 years ago

You'd need es5-shim to emulate Array.prototype.indexOf I guess.

dmauro commented 10 years ago

This PR https://github.com/dmauro/Keypress/pull/40 will be in the next release.