summaryrefslogtreecommitdiff
path: root/yapo/README
diff options
context:
space:
mode:
Diffstat (limited to 'yapo/README')
-rw-r--r--yapo/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/yapo/README b/yapo/README
new file mode 100644
index 000000000..afc8c4c5a
--- /dev/null
+++ b/yapo/README
@@ -0,0 +1,14 @@
+README for yapo 0.2.x
+
+To get working function keys F1-F4 with xterm append the
+following lines to /etc/X11/app-defaults/Xterm or use aterm,
+which works without these modifications:
+
+*VT100.translations: #override \
+ ~s<Key>F1: string(0x1b) string("[11~") \n\
+ ~s<Key>F2: string(0x1b) string("[12~") \n\
+ ~s<Key>F3: string(0x1b) string("[13~") \n\
+ ~s<Key>F4: string(0x1b) string("[14~") \n\
+
+Note: this is not a problem of yapo, but of the standard
+configuration of xterm.

Generated by cgit