RestoreLockKeys

This command is new in build 116

Many thanks to dcreager for suggesting this command.

Turns lock keys back on after they were turned off with TurnLockKeysOff.

Syntax

<RestoreLockKeys>

Parameters

None.

Remarks

The three lock keys are CapsLock, NumLock, and ScrollLock.

Example

<Hotkey F1>
    <SendPC 192.168.1.105>
    <TurnLockKeysOff>

<Hotkey F2>
    <SendPC 192.168.1.105>
    <RestoreLockKeys>

Related topics