Property OKey.KeySpeed
Overload
How long to wait (milliseconds) between pressing and releasing each key. Used by keys.send and similar functions, except for "!text"
arguments.
Default: 2.
public int KeySpeed { get; set; }
Exceptions
Property Value
int
Valid values: 0 - 1000 (1 second). Valid values for opt.init.key: 0 - 100. |
Remarks
Used only for "keys" arguments, not for "text" arguments. See OKey.TextSpeed.
Examples
opt.key.KeySpeed = 50;