0.035
thk thk Πεμ. 8 Μαϊος. 2008 14:58 tags παλιό kaotonik 1 views
by thk last modified 2007-12-04 22:54

memo to tune up xfce 4.2

Add another language to xfce.

Modify /etc/X11/xorg.conf

the section for keyboard and set

Option        "XkbLayout"

Option  "XkbOptions"

In the example below I am using us , and gr ( greek ) layouts.

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us,gr"
    Option  "XkbOptions"  "grp:ctrl_shift_toggle"
EndSection

Option  "XkbOptions"  "grp:ctrl_shift_toggle"
allows me to switch layouts with ctrl + shift