Closed
Description
Version
develop branch (f8dd1b7 on date issue was opened)
Short overview
Windows and Linux have a hard-coded microsleep associated with each keypress, but macOS doesn't. This makes it difficult to type really fast on Windows/Linux.
Could I open a PR removing the sleeps from Windows/Linux?
Detailed error description
See here on windows, where WIN32_KEY_EVENT_WAIT is used when win32KeyEvent would suffice:
And here, on Linux, where X_KEY_EVENT_WAIT is used when X_KEY_EVENT would suffice:
but here, on macOS, waits are only introduced when calling typeStringDelayed:
Metadata
Metadata
Assignees
Labels
No labels