I am using latest Mint LXDE version and would like to have czech and us keyboard layout with ctrl alt switching. I can add keyboard layout switcher to the panel, but I found no way how to add the second layout - it stays only with layout selected "Keyboard layout" in Preferences.
I tried to config my xorg.conf but without any success.
- Code: Select all
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,cz"
Option "XKbOptions" "grp:alt_shift_toggle"
EndSection
Is there any way how to fix this?
Jose


