Open phckopper opened 2 years ago
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
@s1hofmann is this being prioritized? Just curious
@himat It's not my top priority at the moment.
Short overview
When calling
pressKey
/releaseKey
, thesleep
function is awaited no matter the delay set inautoDelayMs
. However, due to the waysleep
is implemented, using asetTimeout
, 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.
Use case