Show / Hide Table of Contents

Property OKey.NoCapsOff


Overload

When starting to send keys or text, don't turn off CapsLock. Default: false.

public bool NoCapsOff { get; set; }
Property Value
bool

Examples

opt.key.NoCapsOff = true;