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
It seems like the easiest way to do this would be to set a timer in between each record call, but if there's an easier way to do this, let me know.
The text was updated successfully, but these errors were encountered:
whoyawn
changed the title
Record the relative time intervals between each key press?
Record the relative time intervals between each key press
Feb 1, 2021
I see things like "time.sleep(1)" and (2) in my scripts. Full-second delays are maybe not as granular as OP was hoping for, but it looks like there is support for it now.
Yes, you're right. It was solved, and even made more accurate with #85 but since that commit has been merged, no release was made. I'll close the issue after making the release.
Checklist
Verbose log
Miscellaneous information
Operating System
Windows 10
Desktop Environment/Window Manager
Write here
Python version
3.9
Description
Currently, each keypress has a consistent delay in between and I'm trying to find a way to record the exact time in between them.
For example, if the script generated could look like this:
It seems like the easiest way to do this would be to set a timer in between each
record
call, but if there's an easier way to do this, let me know.The text was updated successfully, but these errors were encountered: