greena13/react-hotkeys

Refresh Speed

bishonen opened this issue · 1 comments

Is there some built-in minimum time between individual key presses? Pressing 1,2,3,4 and 5 one after another results in 1 followed by either a 4 or 5. Or is this perhaps just the time all other components needed to update?

Thanks for posting your issue, @bishonen.

There is no inbuilt minimum time between keys in the package that I am aware of or can recall. This is likely to do with some nuances of the way the keys are being pressed (some unintended behaviour rather than a parameter you can tweak).

Unfortunately I do not have the time to actively work on this package, but I am seeking other active maintainers. If you are willing to create a pull request or help out, that would be an excellent way of moving this forward.