mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
New FAQ about Ctrl keys on xterm
* doc/misc/efaq.texi (Some Ctrl-modified keys do not work on xterm): New section (bug#73813).
This commit is contained in:
parent
f353fcc850
commit
a61bf74225
1 changed files with 20 additions and 0 deletions
|
|
@ -4066,6 +4066,7 @@ information is available from
|
||||||
* Compose Character::
|
* Compose Character::
|
||||||
* Binding combinations of modifiers and function keys::
|
* Binding combinations of modifiers and function keys::
|
||||||
* Meta key does not work in xterm::
|
* Meta key does not work in xterm::
|
||||||
|
* Some Ctrl-modified keys do not work on xterm::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Binding keys to commands
|
@node Binding keys to commands
|
||||||
|
|
@ -4537,6 +4538,25 @@ You might have to replace @samp{Meta} with @samp{Alt}.
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
@node Some Ctrl-modified keys do not work on xterm
|
||||||
|
@section Why don't some keys like @kbd{C-.} work on xterm?
|
||||||
|
|
||||||
|
If your @code{xterm} version is 216 or newer, you should have keys like
|
||||||
|
@kbd{C-.} and @kbd{C-,} if you add the following resource specification
|
||||||
|
to your @file{~/.Xdefaults}:
|
||||||
|
|
||||||
|
@example
|
||||||
|
XTerm.VT100.modifyOtherKeys: 1
|
||||||
|
@end example
|
||||||
|
|
||||||
|
@noindent
|
||||||
|
If you want to use @code{uxterm}, also add the following:
|
||||||
|
|
||||||
|
@example
|
||||||
|
UXTerm.VT100.modifyOtherKeys: 1
|
||||||
|
@end example
|
||||||
|
|
||||||
|
|
||||||
@c ------------------------------------------------------------
|
@c ------------------------------------------------------------
|
||||||
@node Alternate character sets
|
@node Alternate character sets
|
||||||
@chapter Alternate character sets
|
@chapter Alternate character sets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue