You are not logged in.
So I have a xkb plugin on my xfce. However it only shows the US laytout. I went in into modifiying my XF86Config and added a new keyboard for a 2nd language. However xkb won't read the new language and will keep just giving me the 'US' choice.
Can anyone guide me, this is the configurations that I did:
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "la-latin1"
Option "XkbOptions" "compose:rwin"
EndSectionAny comments on how to make xkb work.
Alexandro COLORADO
Offline
Use multiple layouts in the XkbLayout option.
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,la-latin1"
Option "XkbOptions" "compose:rwin"
EndSectionOffline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 540.57 KiB (Peak: 555.38 KiB) ]