help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slightly OT: Where are keycodes defined for emacs -nw in X-Windows?


From: Kai Grossjohann
Subject: Re: Slightly OT: Where are keycodes defined for emacs -nw in X-Windows?
Date: Wed, 03 Dec 2003 22:20:35 +0000
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

Alan Mackenzie<none@example.invalid> writes:

> On my xterm, the modifier keys get filtered out, so that C-up and up
> degenerate into the same event sequence.  :-(

You can tell xterm to send any string to the app inside when you hit
C-up.  Something like this:

XTerm.VT100.Translations:       #override \
                        <Key>Delete: string(0x1B) string("[3~") \n\
                   Ctrl <Key>Up: string(0x1B) string("abcde")

The above goes in ~/.Xdefaults or ~/.Xresources.  It tells xterm to
send ESC [ 3 ~ to the app when you press delete and, well, the rest
should be obvious.

Does it work?

Kai



reply via email to

[Prev in Thread] Current Thread [Next in Thread]