Speeding up typing temporarily

If I want to speed up typing on the SUT for a command or two I made a script called… speedup.

How would you set these to make typing as fast as possible?

set the remoteWorkInterval to 0
set the mouseMoveSpeed to 0
set the nextKeyDelay to 0
set the keyDownDelay to 0

Thanks

The remoteWorkInterval would only change the speed BETWEEN typetext commands.
The mouseMoveSpeed only affects moving the mouse.

You do want to reduce the keyDownDelay and nextKeyDelay to increase typing. You can certainly go faster (probably an order of magnitude faster) than our default values but I wouldn’t set them to 0. Sending the key presses at blazing CPU speed will almost certainly result in missed keystrokes (depending on how the VNC server injects them).