Keyboard keys allow you to define a meaningful name for any key on a keyboard, making it easier to issue commands.
To define a keyboard key:
For a description of the properties, see below.
Keyboard Keys Properties
Property |
Description |
---|---|
Key Name |
The name assigned to the key (16 characters or less). You can define a meaningful name for any key on your keyboard, and use these keys in any keyboard command. For example, you can define the F2 key as the Login key. When the Login key is subsequently referenced in the system, it refers to the F2 key. You can assign a key name to any key on the keyboard (including the alphanumeric keys A-Z, a-z, and 0-9). However, after a key is defined as a command key it can only be used as a command key. If you do assign a definition to an alphanumeric key (for example the character A), then that key can not be used as a data key. Each time it is pressed, the definition for the key is recognized and not the keyboard character itself. Keyboard key definitions are usually only used with non-alphanumeric characters (for example the function keys). |
Key Code |
The code assigned to the key name (16 characters or less). The Key Code is what links your Key Name to the actual key. You can specify the key code either as a hexadecimal value or use the standard label already associated with the key. |
Echo |
Determines if the key is echoed on the screen (when the key is used). If set to TRUE, the Key Name is displayed (echoed) when the key is pressed. The key name is displayed on the graphics page in the keyboard entry line (AN1). If set to FALSE, the Key Name does not display when the key is pressed. This property is optional. If not specified, Echo defaults to TRUE. |
Keyboard Type |
The type of keyboard. This field is only necessary if you have more than one type of keyboard on the same system. If you do have more than one type of keyboard, use Keyboard Type 1 for your first type of keyboard, use a separate number for each additional type (1, 2, 3, and so on), and define keys for each keyboard. You can use the default (Type 0) for common keys. |
Comment |
Any useful comment (48 characters or less). |
Property |
Description |
---|---|
Project |
The project in which the keyboard key is included. |
See Also
Published June 2018