How Can We Help?
< All Topics
Is there a keystroke playback speed changer for manually coded macros?
UpdatedJune 28, 2022
Is there a keystroke playback speed changer for manually coded macros? I thought the instructions said that was limited to ‘playback speed’ as a multiple of the ‘record speed’?
Actually there are 3 different “speed” type commands. There is one for the entire macro, one for keystrokes and one for mouse movements.
- The Playback Speed is for the entire macro and it basically works against any “delays” you have placed in the macro (or recorded in the macro).
- The Keystroke Speed works against any keystrokes that are to be played back in the macro. So if you put 500 milliseconds for the keyboard speed, then there would be a half second delay before each keystroke was sent to the keyboard buffer. You can find this command as “Keystroke Speed” in the Macro Express scripting editor.
- The Mouse Speed works the same way as the Keystroke Speed command, but applies to mouse movements.
– Applies to: Macro Express and Macro Express Pro