SECTION 8 " Programming
8-40 VT220/ANSI Terminal Emulation Programmer’s Reference Guide
Ky1/St1;¼Kyn/Stn are the key definition strings. You
include these strings between the final character (|) and
the string terminator (ST). Each string consists of a key
selector number (Kyn) and a string parameter (Stn), sepa-
rated by a slash (/, 2F hexadecimal). A semicolon (3B hexa-
decimal) separates different strings.
The key selector number (Kyn) indicates which key you are
defining. Following is a list of definable keys and their
identifying values.
Key Value
F6 17
F7 18
F8 19
F9 20
F10 21
F11 23
F12 24
F13 25
F14 26
Help 28
Do 29
F17 31
F18 32
F19 33
F20 34
String parameters (Stn) are the encoded definition of the
keys. String parameters consist of hex pairs in the follow-
ing ranges:
" 30 through 39 hexadecimal (0 through 9)
" 41 through 46 hexadecimal (A through F)
" 61 through 66 hexadecimal (a through f)