Le 13/01/2014 22:24, Marc Lehmann a écrit : > On Sun, Jan 12, 2014 at 11:54:30PM +0100, François Patte > <[email protected]> wrote: >> I use urxvt but I cannot use dead keys ^ and ¨: letters are not accented. >> >> How can I solve this problem. > > Usually by selecting the correct keymap when configuring your x server. It > can also depend on the locale you use, the input method you might use and > other factors all outside the control of urxvt. >
I have this in my xorg.conf:
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "fr"
Option "XkbModel" "pc105"
Option "XkbVariant" "latin9"
EndSection
and locale command returns:
LANG=fr_FR.utf8
LANGUAGE=
LC_CTYPE="fr_FR.utf8"
LC_NUMERIC="fr_FR.utf8"
LC_TIME="fr_FR.utf8"
LC_COLLATE="fr_FR.utf8"
LC_MONETARY="fr_FR.utf8"
LC_MESSAGES="fr_FR.utf8"
LC_PAPER="fr_FR.utf8"
LC_NAME="fr_FR.utf8"
LC_ADDRESS="fr_FR.utf8"
LC_TELEPHONE="fr_FR.utf8"
LC_MEASUREMENT="fr_FR.utf8"
LC_IDENTIFICATION="fr_FR.utf8"
LC_ALL=
What I don't understand: with other terminals (like xfce or gnome
terminal), in other applications (emacs, mail compose... etc.) these
keys work. How can I enable them in urxvt. (also ` is not working...)
Thanks.
--
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
signature.asc
Description: OpenPGP digital signature
_______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
