You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: