It appears “macros” sometimes execute so fast the computer/software can’t execute, which defeats the purpose of having macros in the first place. I know this is true because some of the problematic command-strings I can execute if I program them to my programmable keyboard and set the execution rate slower.
Either slow down the execution rate, or, create another command we can insert between commands that need more time, like this:
- Do something to selected event
- Do something else to that event
3. Wait 0.5 seconds - Do something else to that event
etc