#SendKeysDelay
System variable - Windows management
The #SendKeysDelay system variable slows down keyboard simulation and selections in menus.
Syntax
#SendKeysDelay = <integer>
Parameters
<integer>, integer in tenths of a second (default value is 0) : a time delay of <integer> x 0.2 second is inserted after each keystroke sent by the SendKeys function. It's possible to put a negative value (until -10) in order to speed up the typing. The maximum value is 100.
This system variable also affects selections in menus made by the ChooseMenu function.
Example
' Delay 1 second
#SendKeysDelay=10