Property OKey.KeySpeedClipboard
Overload
How long to wait (milliseconds) between sending Ctrl+V
and Ctrl+C
keys of clipboard functions (paste, copy).
Default: 5.
public int KeySpeedClipboard { get; set; }
Exceptions
Property Value
int
Valid values: 0 - 1000 (1 second). Valid values for opt.init.key: 0 - 100. |
Examples
opt.key.KeySpeedClipboard = 50;