Re: mc
-----BEGIN PGP SIGNED MESSAGE-----
Paul Seelig <pseelig@goofy.zdv.Uni-Mainz.de> writes:
> I suppose you run Debian-1.3.1 with XFree86-3.3!? If this is the case
> then you have to manually replace the 'xterm' binary found from the
> XFree86-3.3 xbase package with the one in the XFree86-3.2 xbase
> package. This is at least a temporary workaround until this bug with
> XFree86-3.3 gets fixed.
Hallo,
no Paul, there isn't a bug affecting the keyboard behavior in xterm.
The RELNOTES states:
o Xterm's VT100 emulation generates correct codes for PF1-PF4, as well as
the keypad "+" and ",". These codes differ from the VT220 emulation.
I have put the following entries in my .Xrecources and its works as
expected:
*vt100.translations: #override \
<Key>Delete: string(0x1b) string("[3~")\n\
<Key>Home: string(0x1b) string("[1~")\n\
<Key>End: string(0x1b) string("[4~")\n\
Ctrl<Key>Prior: string(0x1b) string("[40~")\n\
Ctrl<Key>Next: string(0x1b) string("[41~")\n\
~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\
~s<Key>F5: string(0x1b) string("[15~") \n\
~s<Key>F6: string(0x1b) string("[17~") \n\
~s<Key>F7: string(0x1b) string("[18~") \n\
~s<Key>F8: string(0x1b) string("[19~") \n\
~s<Key>F9: string(0x1b) string("[20~") \n\
~s<Key>F10: string(0x1b) string("[21~") \n\
<Key>F11: string(0x1b) string("[23~") \n\
<Key>F12: string(0x1b) string("[24~") \n\
<Key>F13: string(0x1b) string("[25~") \n\
<Key>F14: string(0x1b) string("[26~") \n\
<Key>F15: string(0x1b) string("[28~") \n\
<Key>F16: string(0x1b) string("[29~") \n\
<Key>F17: string(0x1b) string("[31~") \n\
<Key>F18: string(0x1b) string("[32~") \n\
<Key>F19: string(0x1b) string("[33~") \n\
<Key>F20: string(0x1b) string("[34~") \n\
s<Key>F1: string(0x1b) string("[23~") \n\
s<Key>F2: string(0x1b) string("[24~") \n\
s<Key>F3: string(0x1b) string("[25~") \n\
s<Key>F4: string(0x1b) string("[26~") \n\
s<Key>F5: string(0x1b) string("[28~") \n\
s<Key>F6: string(0x1b) string("[29~") \n\
s<Key>F7: string(0x1b) string("[31~") \n\
s<Key>F8: string(0x1b) string("[32~") \n\
s<Key>F9: string(0x1b) string("[33~") \n\
s<Key>F10: string(0x1b) string("[34~")
Nils
- --
Nils Naumann
Montanuniversität Leoben
Institut für Verformungskunde und Hüttenmaschinen
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface
iQCVAwUBM9hNOEngatguDh05AQHxAAP9GkEKjIX0Z2JvvYRNMjTFE/MF+IiD1otk
a0DZi6gESBCIoTX+um53tmg5DwFjCyeNFiGdDF9Z0Xc9aqVjOpHvlDZsvj+hIbvh
R2YpzD9o0U3PJYPKoeXl+MQY5diXbjOWXKvnAvhyJqknCkWDL0Ue9cm1srXECk/m
e/z0a/M89p0=
=B4+a
-----END PGP SIGNATURE-----
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org .
Trouble? e-mail to templin@bucknell.edu .
Reply to:
- References:
- Re: mc
- From: Paul Seelig <pseelig@goofy.zdv.Uni-Mainz.de>