Numeric keypad

This topic lists the keys on the auxiliary keypad that normally transmit the codes for the numerals, decimal point, minus sign, and comma.

Table 1. Keys on the auxiliary keypad
Keyword Mode Hex character transmitted Control character description
*NUM0 VT52 mode X'30' or X'1B3F70'1 Numeric keypad 0 key
*NUM0 VT100 or VT220 7-bit mode X'30' or X'1B4F70'1 Numeric keypad 0 key
*NUM0 VT220 8-bit mode X'30' or X'8F70'2 Numeric keypad 0 key
*NUM1 VT52 mode X'31' or X'1B3F71'1 Numeric keypad 1 key
*NUM1 VT100 or VT220 7-bit mode X'31' or X'1B4F71'1 Numeric keypad 1 key
*NUM1 VT220 8-bit mode X'31' or X'8F71'2 Numeric keypad 1 key
*NUM2 VT52 mode X'32' or X'1B3F72'1 Numeric keypad 2 key
*NUM2 VT100 or VT220 7-bit mode X'32' or X'1B4F72'1 Numeric keypad 2 key
*NUM2 VT220 8-bit mode X'32' or X'8F72'2 Numeric keypad 2 key
*NUM3 VT52 mode X'33' or X'1B3F73'1 Numeric keypad 3 key
*NUM3 VT100 or VT220 7-bit mode X'33' or X'1B4F73'1 Numeric keypad 3 key
*NUM3 VT220 8-bit mode X'33' or X'8F73'2 Numeric keypad 3 key
*NUM4 VT52 mode X'34' or X'1B3F74'1 Numeric keypad 4 key
*NUM4 VT100 or VT220 7-bit mode X'34' or X'1B4F74'1 Numeric keypad 4 key
*NUM4 VT220 8-bit mode X'34' or X'8F74'2 Numeric keypad 4 key
*NUM5 VT52 mode X'35' or X'1B3F75'1 Numeric keypad 5 key
*NUM5 VT100 or VT220 7-bit mode X'35' or X'1B4F75'1 Numeric keypad 5 key
*NUM5 VT220 8-bit mode X'35' or X'8F75'2 Numeric keypad 5 key
*NUM6 VT52 mode X'36' or X'1B3F76'1 Numeric keypad 6 key
*NUM6 VT100 or VT220 7-bit mode X'36' or X'1B4F76'1 Numeric keypad 6 key
*NUM6 VT220 8-bit mode X'36' or X'8F76'2 Numeric keypad 6 key
*NUM7 VT52 mode X'37' or X'1B3F77'1 Numeric keypad 7 key
*NUM7 VT100 or VT220 7-bit mode X'37' or X'1B4F77'1 Numeric keypad 7 key
*NUM7 VT220 8-bit mode X'37' or X'8F77'2 Numeric keypad 7 key
*NUM8 VT52 mode X'38' or X'1B3F78'1 Numeric keypad 8 key
*NUM8 VT100 or VT220 7-bit mode X'38' or X'1B4F78'1 Numeric keypad 8 key
*NUM8 VT220 8-bit mode X'38' or X'8F78'2 Numeric keypad 8 key
*NUM9 VT52 mode X'39' or X'1B3F79'1 Numeric keypad 9 key
*NUM9 VT100 or VT220 7-bit mode X'39' or X'1B4F79'1 Numeric keypad 9 key
*NUM9 VT220 8-bit mode X'39' or X'8F79'2 Numeric keypad 9 key
*NUMMINUS VT52 mode X'2D' or X'1B3F6D'1 Numeric keypad minus key
*NUMMINUS VT100 or VT220 7-bit mode X'2D' or X'1B4F6D'1 Numeric keypad minus key
*NUMMINUS VT220 8-bit mode X'2D'or X'8F6D'2 Numeric keypad minus key
*NUMCOMMA VT52 mode X'2C' or X'1B3F6C'1 Numeric keypad comma key
*NUMCOMMA VT100 or VT220 7-bit mode X'2C' or X'1B4F6C'1 Numeric keypad comma key
*NUMCOMMA VT220 8-bit mode X'2C' or X'8F6C'2 Numeric keypad comma key
*NUMPERIOD VT52 mode X'2E' or X'1B3F6E'1 Numeric keypad period key
*NUMPERIOD VT100 or VT220 7-bit mode X'2E' or X'1B4F6E'1 Numeric keypad period key
*NUMPERIOD VT220 8-bit mode X'2E' or X'8F6E'2 Numeric keypad period key
*PF1 VT52 mode X'1B50' Numeric keypad PF1 key
*PF1 VT100 or VT220 7-bit mode X'1B4F50' Numeric keypad PF1 key
*PF1 VT220 8-bit mode X'8F50'2 Numeric keypad PF1 key
*PF2 VT52 mode X'1B51' Numeric keypad PF2 key
*PF2 VT100 or VT220 7-bit mode X'1B4F51' Numeric keypad PF2 key
*PF2 VT220 8-bit mode X'8F51'2 Numeric keypad PF2 key
*PF3 VT52 mode X'1B52' Numeric keypad PF3 key
*PF3 VT100 or VT220 7-bit mode X'1B4F52' Numeric keypad PF3 key
*PF3 VT220 8-bit mode X'8F52'2 Numeric keypad PF3 key
*PF4 VT52 mode X'1B53' Numeric keypad PF4 key
*PF4 VT100 or VT220 7-bit mode X'1B4F53' Numeric keypad PF4 key
*PF4 VT220 8-bit mode X'8F53'2 Numeric keypad PF4 key

1- A single-character is transmitted when in keypad numeric mode; a 3-character sequence is sent when in keypad application mode.

2- This sequence is a shortened version of the 7-bit sequence. It is either presented when operating in 8-bit mode, which can be called by the remote VT220 host or server, or you can specify it in the ASCOPRMOD parameter of the STRTCPTELN CL command.

Related concepts
Configure Telnet server for VTxxx full-screen mode