Comment on Keypress: A JavaScript input capture libraryComments−J041513yGreat work just wanted to say that Print screen button was not working for me. Running Chrome 22.0.1229.79 on Windows 7.−dmauroOP13yThanks :)I made a note of some special case keys towards the bottom of the documentation. Some keys have flaky browser support (either keyup and/or keydown don't fire properly) so I call them out so they can be avoided and 'print' is one of them.
Comments
Great work just wanted to say that Print screen button was not working for me. Running Chrome 22.0.1229.79 on Windows 7.
Thanks :)
I made a note of some special case keys towards the bottom of the documentation. Some keys have flaky browser support (either keyup and/or keydown don't fire properly) so I call them out so they can be avoided and 'print' is one of them.