/usr/share/tf5/tf-lib/kb_badterm.tf is in tf5 5.0beta8-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ; Some broken terminal emulators (TeraTerm, NiftyTelnet) send incorrect char
; sequences for the editor keypad. This file redefines TF's idea of named
; keys to match those broken emulators.
;
; Note, however, that the preferred method of fixing TeraTerm is to copy
; %TFLIBDIR/teraterm.keyboard.cnf to keyboard.cnf in the TeraTerm directory;
; that will fix TeraTerm for all applications that run within TeraTerm, not
; just TF.
/~keyseq insert ^[[1~
/~keyseq delete ^[[4~
/~keyseq home ^[[2~
/~keyseq end ^[[5~
/~keyseq pgup ^[[3~
/~keyseq pgdn ^[[6~
|