PDA

View Full Version : Germany keyboard layout without german language?



CSY
04-10-2004, 10:16 AM
how do i do this?

Stephen
04-10-2004, 11:01 AM
how do i do this?

It should already be available unless you have changed the defaults by using the flag icon in the lower right corner on the taskbar you should be able to switch on the fly in KDE. If you have changed the defaults then in the KDE Control Center -> Regional & Accessibility -> Keyboard Layout and select the German keyboard to add to the list with the Enable keyboard layouts.

CSY
04-10-2004, 04:48 PM
is there a generic way as im using fluxbox for example? :)

fingers99
04-10-2004, 07:34 PM
The keyboard is determined by a script.

/etc/init.d/keymap.sh

as root, edit the line:

loadkeys /usr/share/keymaps/i386/qwerty/us.kmap.gz

(to whatever kmap you want)

and run

/etc/init.d/keymap.sh reload

There's a script (somewhere) which enables you to do this, but I don't know where it is!

Stephen
04-10-2004, 08:10 PM
is there a generic way as im using fluxbox for example? :)

Open the file /etc/X11/XF86Config-4 and change layout from the "us" to "de" in the keyboard section then you will have to restart the X server for it to take effect.



Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
Option "XkbOptions" "crtl:nocaps"
EndSection