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

similar listeners

saint13th opened this issue · comments

commented

is there method, how to stop listen one component , when other start? The problem, when have similar key listeners, thanks

Judging in the event. @saint13th

react-hotkeys Event unbind is not supported.

Has the scope prop been implemented? This might be what @saint13th is looking for.