telecta / react-mousetrap

HOC for Mousetrap
https://www.npmjs.com/package/react-mousetrap
MIT License
31 stars 7 forks source link

Mousetrap global-bind plugin integration #7

Open drosboro opened 6 years ago

drosboro commented 6 years ago

It would be great to have the "global-bind" plugin / methods available within react-mousetrap, so that something like this.props.globalBindShortcut('right', this._goToNext) would provide mousetrap bindings that work within input fields.

drosboro commented 6 years ago

I've just created pull request #8 with a basic (and seemingly working) implementation.

mdr commented 6 years ago

We had a need for this too -- wondered if @alvinsj had any thoughts on the PR?