hotkeys-js
hotkeys-js copied to clipboard
[Bug] Keypress 'alt+a' is not working
Issue
I am working with react-hotkeys-hook and found a bug that alt+a
is not working. I then tried on the hotkeys-js
website and I can confirm that it's not working here also.
Behaviour:
On pressing alt+a
, it only captures alt
press and A
press is lost.
Environment
Machine: MacOS (10.15.2 ) Browser: Google Chrome (92.0.4515.159)
@harish-aka-shivi have the same problem
@gingray, turns out, the browser doesn't emit the keypress code of alt+A
. So it's not an issue for this library.