Keyboard action statements

Keyboard action statements perform actions using the keyboard. These actions can be performed on a specified window or control or at the application level.

Statement Description
KeyDown Presses and holds one or more keyboard keys on a window or control, or at the application level.
KeyPress Presses and releases one or more keyboard keys on a window or control, or at the application level.
KeyUp Releases one or more keyboard keys on a window or control, or at the application level.
TypeText Enters text in a control or at the application level.