Xfce Forum

Sub domains
 

You are not logged in.

#1 2006-11-11 08:36:09

tuxworld
Member
Registered: 2006-11-11
Posts: 2

Keyboard swithing

hi , i can't use more language in xfce
my languages is EN & TR & Arabic
who can help me

Offline

#2 2007-01-19 15:13:10

mnezh
Member
Registered: 2007-01-16
Posts: 1

Re: Keyboard swithing

Either modify your /etc/X11/xorg.conf

Section "InputDevice"
    Identifier    "Keyboard1"
    ...
    Option "XkbLayout"    "us,tr,ar"
    Option "XkbOptions" "grp:shift_toggle"
EndSection

Or, if you want those keyboard layout just for you, try adding setxkbmap to your ~.conf/xfce/xinitrc:

setxkbmap -layout "us,tr,ar" -option "grp:shift_toggle"

Offline

Board footer

Powered by FluxBB