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
When calling pressKey/releaseKey, the sleep function is awaited no matter the delay set in autoDelayMs. However, due to the way sleep is implemented, using a setTimeout, a non-negligible delay is introduced nonetheless, and there are no guarantees on its upper bound.
Therefore, I propose that a special case is added to handle a delay of 0, so that applications that require low latency can run as fast as possible.
Activity
github-actions commentedon Jul 15, 2022
This issue is stale because it has been open for 30 days with no activity.
github-actions commentedon Jul 30, 2022
This issue was closed because it has been inactive for 14 days since being marked as stale.
(#409) Only sleep on keyboard inputs if autoDelay > 0
(#409) Only sleep on mouse inputs if autoDelay > 0
himat commentedon Dec 27, 2022
@s1hofmann is this being prioritized? Just curious
s1hofmann commentedon Dec 27, 2022
@himat It's not my top priority at the moment.