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