use-key-hook icon indicating copy to clipboard operation
use-key-hook copied to clipboard

modifier keys

Open droganov opened this issue 5 years ago • 2 comments

The case: I need to handle Delete key or key combination Command+Escape, how do I configure that with detectKeys?

droganov avatar Apr 16 '19 09:04 droganov

@droganov I think that's a great feature recommendation, thanks for raising it here. The multiple keypress feature is not yet in the library, I will start on this and update you once this library has got the feature. Thanks

haldarmahesh avatar Apr 29 '19 05:04 haldarmahesh

I wrote a similar lib that supports this: https://github.com/bobinrinder/react-keyboard-input-hook

bobinrinder avatar Jun 18 '19 23:06 bobinrinder