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

CTRL + NumpadKey

FilipLaurentiu opened this issue · comments

This is not working.
hotkeys('ctrl+1', (x) => {
console.log('test');
});

Also, neither this:
hotkeys('ctrl+shift+1', (x) => {
console.log('test');
});

@FilipLaurentiu I updated the official website example and it looks fine. Provide a running platform?

E.g. Chrome 70