blob: 7a48a5836b061a665a64029e7c2ba3d1978c4411 (
plain)
1 README for clex 3.1.x
2
3 To get working function keys F1-F4 with xterm append
4 the following lines to /etc/X11/app-defaults/Xterm:
5
6 *VT100.translations: #override \
7 ~s<Key>F1: string(0x1b) string("[11~") \n\
8 ~s<Key>F2: string(0x1b) string("[12~") \n\
9 ~s<Key>F3: string(0x1b) string("[13~") \n\
10 ~s<Key>F4: string(0x1b) string("[14~") \n\
11
12 Note: this is not a problem of clex, but of the
13 standard configuration of xterm.
|