-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed replay #37
Comments
Can give more details? What do you feel is faster: the mouse or the keyboard? |
mouse, i use it for a game and every click has to be precise at a certain time but when it clicks its too fast and rutine fails |
Turns out the granularity is something I defined as a constant in the code. in the next update I'll expose that setting to users. If you don't want to wait, you can modify in the source code directly. Relevant line Line 121 in 97be740
|
found the line but i don't know what value should i put to be fine, kinda newbie into that. |
To be honest, me neither. I guess you can find the value that suits you
the most by experimenting. That's also why I want to expose this setting
to end-users. For your use case, you may want lower values though.
|
ok, ill try. thank you |
Piggybacking off this, where would be the best place to write delays between key presses? I'm also trying to record exact timings. |
If I understand correctly you have a delay problem but with the keyboard
instead of the mouse?
|
Yes, that is correct. 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. |
Okay, please create a new issue for this, feel free to add any other detail you might find relevant. |
Hello RMPR, Second i have a question, I undestand that in control play i have to change the value of the next line to have a faster mouse playback and the keyboard? control.py Thanks in advance for your advice, |
increasing this value will make you have a faster mouse playback, for the keyboard it's a bit more complicated than that. If you don't want to fiddle with the code just for that, you can create an issue to expose this setting to end-users, I'll have a look when I'll have more bandwidth. |
I changed the |
Seems like a good idea, I can definitely accept a PR about this. |
Checklist
Verbose log
Miscellaneous information
Operating System
Ubuntu 18.04
Desktop Environment/Window Manager
Gnome 3.28
Python version
Write here
Description
Everything works fine but i can't find out how to replay the capture at the same speed as i record, not faster.
The text was updated successfully, but these errors were encountered: