You are not logged in.
Pages: 1
hi , i can't use more language in xfce
my languages is EN & TR & Arabic
who can help me
Offline
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
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 511.21 KiB (Peak: 530.49 KiB) ]