Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7134
Chapter 2 Program Instructions
KEY ON/OFF
Field of Application
Statement enabling or disabling a speci ed key on the printers
front panel to be used in connection with an ON KEY...GOSUB
statement.
Syntax KEY(<nexp>)OFF|ON
<nexp> is the id. number of one of the keys on the printers front
panel (see illustration below).
OFF|ON disables|enables the speci ed key.
Remarks
Using an ON KEY... GOSUB statement, any key (except the <Shift> key)
can be assigned to make the program branch to a subroutine. The keys are
enabled/disabled individually and are speci ed by means of their respective
id. numbers in unshifted and/or shifted position. To specify a shifted key, add
100 to the unshifted id. number the key, as illustrated below.
Please note the difference between the id. numbers of the keys and the ASCII
values they are able to produce (see KEYBMAP$).