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

Browser Support #81

Closed jvc26 closed 9 years ago

jvc26 commented 9 years ago

I can't find much in the documentation or anywhere else as to what browsers receive full support with this library. I note mention of an IE8 shim in the commit logs - is this an IE8+/Chrome/FF/Safari/Opera job, or are earlier IEs supported?

dmauro commented 9 years ago

I think earlier IEs might work, but I haven't tested it and I don't have plans to. The library is compatible with all major modern browsers on OS X and Windows (should work in Linux too, but I haven't done any testing there). Hope that answers your question.

jvc26 commented 9 years ago

Thanks for that much appreciated.