By using jQuery keydown
i'm able to get the target and pressed keyCode
I wanted to check it the pressing key is PRINTABLE KEY
So I used e.key
, but this doesn't work in all browsers
Results for e.key
:
Mozilla FireFox : MozPrintableKey
Google Chome: undefined
IE: undefined
Is there a all browser compatible way to check if pressing key is printable?