opt/yapo
2011-11-07 10:48:01 +01:00
..
.footprint create branch for 2.2 2006-02-23 15:26:10 +00:00
.md5sum yapo: update to 0.3.2, compatibility fixes for ruby 1.9 2009-06-11 19:53:14 +02:00
Pkgfile yapo: fix for namespace collision 2011-11-07 10:48:01 +01:00
README create branch for 2.2 2006-02-23 15:26:10 +00:00

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.