Next keyboard layout

Frantisek Polansky fpolansky at volny.cz
Sun May 21 17:20:27 CEST 2006


I have in my xorg.conf file this:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us,cz"
        Option      "XkbVariant" ",qwerty"
EndSection

When I run command 'setxkbmap cz -variant qwerty', so I can to type with 
my language. It is ok, but the XKB Layout Switcher have only US layout. 
I tried to restart Xorg with xfce (logout and then startx), but it is 
still same. What can I do, yet?

Thank you

Nikolas Arend wrote:
> Frantisek Polansky wrote:
>   
>> Hello,
>>
>> how can I to add the next keyboard layout to xfce switcher? There I have 
>> only english.
>>
>>
>>   
>>     
>
> xfce4-xkb-plugin is, as you said, only a switcher. You cannot add 
> layouts with it. You have to configure different keyboard layouts in 
> your xorg.conf, like this:
>
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
>         Option      "XkbModel" "pc105"
>         Option      "XkbLayout" "us,de"
> EndSection
>
> There has been a thread on this list about it recently and the README, 
> which comes with xfce4-xkb-plugin, also covers this.
>
> HTH,  Nick.
>
>
>
>   



More information about the Xfce mailing list