Show / Hide Table of Contents

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
ArgumentOutOfRangeException
Property Value
int

Valid values: 0 - 1000 (1 second).

Remarks

Used only for "text" arguments, not for "keys" arguments. See OKey.KeySpeed.

Examples

opt.key.TextSpeed = 50;