You are not logged in.
Pages: 1
Hi,
how do I have to configure xfce4-xkb-plugin to switch between german and french keyboards?
Using debian lenny, X.Org X Server 1.4.2
Thanks, Klaus
Offline
You first need to edit your /etc/X11/xorg.conf so you have the options available.
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
change or add to the XkbLayout line to reflect the language you need, Mine shows "us", I think German is "de" and french is "fr" so it would be "dr,fr".
Siduction
Debian Sid
Xfce 4.18
Offline
Tried that already.
Setting
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de,fr"
Option "XkbVariant" "nodeadkeys"
EndSection
I get "aze¶ŧy" instead of "azerty" with the french setting.
Strange enough, if I set "de,fr,us", it seems, all three layouts are ok, but the "nodeadkeys" option does not work any more with the german layout, which I need especially for "~" using the shell.
The README tells us, that
The plugin itself cannot be used for defining the keyboard
layouts one wants to use, this is done the XKB way - either
in XF86Config or by xetskbmap tool.
(which should read setxkbmap, cf. http://bugs.debian.org/cgi-bin/bugrepor … ug=445335).
The question is, how can I configure the plugin to use setxkbmap.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 569.64 KiB (Peak: 647.48 KiB) ]