jaywcjlove / react-hotkeys

React component to listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts.
https://jaywcjlove.github.io/react-hotkeys/
415 stars 22 forks source link

Alt key does not work with numbers #61

Closed gajicML closed 4 years ago

gajicML commented 4 years ago

The ALT key has stopped working with numbers. It worked until the other day, today I noticed it doesn’t work. For example, 'alt+1' does not work, but e.g. 'shift+1' does. And any other combination with alt works, e.g. 'alt +k'. If anyone knows what this is about, I would be grateful