Command Reference 5-45
HOTKEY
Purpose Defines hot keys.
Syntax HOTKEY
key
,
function-name
Process The HOTKEY command defines
key
, specifying that the application should call
function-name
when the operator presses it.
Key
can be one of the following:
Key
Description
F1 Function Key 1
F2 Function Key 2
F3 Function Key 3
Example
This example specifies that, when the operator presses F3, the application calls the
QUERY_LOOKUP function.
HOTKEY F3, QUERY_LOOKUP
See Also DISABLE
ENABLE