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