jaywcjlove / react-hotkeys

React component to listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts.

Home Page:https://jaywcjlove.github.io/react-hotkeys/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt key does not work with numbers

gajicML opened this issue · comments

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