Description
The #SendKeysDelay system variable slows down keystrokes typing and selections in menus.
Usage
Used to type not at full speed.
Syntax
#SendKeysDelay=<value>
Parameters
<value>, integer, number in tenths of a second. A time delay of <integer> x 0.2 second is inserted after each keystroke sent by the SendKeys function. It is possible to set a negative value (up to -10) in order to speed up the typing. The maximum value is 100.
Remarks
The default value is 0.
See also
#ExecuteDelaySendKeys
Example
#SendKeysDelay=10
