How Can We Help?
< All Topics

Is there a keystroke playback speed changer for manually coded macros?

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.

  1. 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).

  2. 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.

  3. 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