Comment on Keypress: A JavaScript input capture libraryparentComments−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
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.