-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Added Wait time to sending each Keys for Dynamic Macros function #16800
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most items in this area are _DELAY
and not "wait".
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Joel Challis <git@zvecr.com>
It may be worth having this set to use |
I traced program . Looks like It is not appropriate to put delay logic inside the dynamic_macro_play() function . Hmm... |
Thank you . |
…#16800) Co-authored-by: Joel Challis <git@zvecr.com>
Description
When recording and playing back UI operations in the Dynamic Macros function, the UI may miss keystrokes because the keys are sent too fast.
This problem can be solved by adding a wait time for each key transmission.
Types of Changes
Issues Fixed or Closed by This PR
Checklist