Keyboard Functions

FocusID                  Returns the focus ID of the object in a window that currently has the input focus.

KeyCount                Returns the number of keys presses since the state became active, either edited or non-edited.

KeyFake                 Places a string of characters in a window's keyboard buffer.

Keys                      Returns the most recently pressed keys from either the edited or non-edited keystrokes.

MatchKeys               Returns true if the specified keyboard keys have been pressed in the sequence given.

NextFocusID            Moves the focus position to a specific ID number.

ReadNum                Returns a number read in from the keyboard.

ReadText                Returns text characters read in from the keyboard.

WinMatchKeys          Returns true if the specified keyboard keys have been pressed in the sequence given in another window.

WinShiftKeys           Returns a value that contains the current status of various control keys (Ctrl, Alt, Shift).