react-mousetrap icon indicating copy to clipboard operation
react-mousetrap copied to clipboard

Mousetrap global-bind plugin integration

Open drosboro opened this issue 8 years ago • 2 comments

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 avatar Nov 25 '17 23:11 drosboro

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

drosboro avatar Nov 26 '17 00:11 drosboro

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

mdr avatar Sep 26 '18 12:09 mdr