Macro - need to insert a short wait time / delay until next key is executed
For a key combination that does two things I need to add a few milliseconds so it is properly executed. How can that be achieved?
-
set up your sequence list using the normal mode. then switch to "manual entry". look at the first lines, it says:
"press": {
"interval": 50,
"macro": [
{edit the interval (it should be in milliseconds). test it with "check and save" then run the combination, repeat incrementing the value until it never skips commands. or do the opposite, start with a long-ish time and cut it down in steps.
Please sign in to leave a comment.
Comments
1 comment