Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7134
Chapter 2 Program Instructions
KEY ON/OFF
Field of Application
 Statement  enabling  or  disabling  a  specifi ed key on the printer’s 
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 printer’s front 
panel (see illustration below).
OFF|ON disables|enables the specifi 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 specifi 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$). 










