; File KEYPAD.KSC ; ; This file assigns the pre-1.1.10 non-VTxxx values to the numeric keypad ; for VT100/102 emulation. Version 1.1.10 and later assigns DEC keypad ; values to these keys, just as it does for VT220 and VT320. ; ; Replace "VT100" below with "VT102" or other terminal type for which ; you want to have these definitions on the numeric keypad. ; SET MSKERMIT KEYCODES OFF SET TERMINAL KEY VT100 \290 \Kdnscn SET TERMINAL KEY VT100 \291 \Kendscn SET TERMINAL KEY VT100 \292 \Khomscn SET TERMINAL KEY VT100 \293 \Klfarr SET TERMINAL KEY VT100 \294 \Kuparr SET TERMINAL KEY VT100 \295 \Krtarr SET TERMINAL KEY VT100 \296 \Kdnarr SET TERMINAL KEY VT100 \302 \{127} SET TERMINAL KEY VT100 \400 \Kignore SET TERMINAL KEY VT100 \2411 {-} SET TERMINAL KEY VT100 \4143 / SET TERMINAL KEY VT100 \4365 \{13} SET TERMINAL KEY VT100 \4463 / SET TERMINAL KEY VT100 \4496 \Kignore SET TERMINAL KEY VT100 \4543 / ; End of KEYPAD.KSC