umlaute auf der console
Stefan Kurtz
stefan at belcore.foebud.org
Tue Nov 10 20:04:21 CET 1998
>
>
> Am Mon, Nov 09, 1998 at 08:26:26PM +0100, meinte alain at gmx.net:
>
> > Seh ich das richtig und die Programme werden alle einzeln konfiguriert?
Das RedHat-Umlaute-Problem existiert schon seit RH 5.0, nicht erst seit 5.2.
Ebenfalls funktioniert folgende Loesung seit RH5.0 :)
####################################################
# Folgenden Block als /etc/profile.d/inputrc speichern...
set meta-flag on
set convert-meta off
set output-meta on
DEL: backward-delete-char
"\e[1~": beginning-of-line
"\e[3~": delete-char
"\e[4~": end-of-line
##################################
bei RH < 5.2 (respektive bei < initscripts-3.78-1 folgende Zeile in
/etc/profile.d/local.sh aufnehmen:
export INPUTRC="/etc/profile.d/inputrc"
bei RH 5.2 resp. initscripts-3.78-1 wird die inputrc durch
/etc/profile.d/lang.sh exportiert
Für den X-Server bewährt sich folgendes, damit es auch wieder Tilden und
Pipes gibt:
(einfach entsprechende Sektion in /etc/X11/XF86Config ersetzen)
# **********************************************************************
# Keyboard section
# **********************************************************************
Section "Keyboard"
Protocol "Standard"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Protocol "Xqueue"
AutoRepeat 500 5
# Let the server do the NumLock processing. This should only be required
# when using pre-R6 clients
# ServerNumLock
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Xleds 1 2 3
# To set the LeftAlt to Meta, RightAlt key to ModeShift,
# RightCtl key to Compose, and ScrollLock key to ModeLock:
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# XkbModel "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# XkbModel "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# XkbLayout "de"
# or:
# XkbLayout "de"
# XkbVariant "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# XkbOptions "ctrl:swapcaps"
# These are the default XKB settings for XFree86
# XkbRules "xfree86"
# XkbModel "pc101"
# XkbLayout "us"
# XkbVariant ""
# XkbOptions ""
XkbKeycodes "xfree86"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "us(pc101)"
XkbGeometry "pc"
XkbRules "xfree86"
XkbModel "pc101"
XkbLayout "de"
XkbVariant "nodeadkeys"
EndSection
#################################################################
Have phun,
Stefan.
--
"Warum hast du das getan?" sagte Maiken. "Weil ich heute einen Unixtag habe",
sagt Lotta. Lotta sagt "Unixtag", dann meint sie Unglückstag, das ist,
wenn alles schiefgeht. Ich finde, Lotta hat fast immer einen Unixtag.
(Astrid Lindgren, Die Kinder aus der Krachmacherstrasse)
Stefan Kurtz <> stefan at belcore.foebud.org <> http://www.foebud.org/~stefan
More information about the Linux
mailing list