In normal Ubuntu it is seamlessly done through System/Preferences/Keyboard/Options dialog. Xubuntu's Xfce desktop lacks this dialog. Surprisingly my /etc/X11/xorg.conf file is empty. I don't know what to do. Any ideas?

link|improve this question

12% accept rate
feedback

2 Answers

This is a method that works on any X11 system, not just Xubuntu. In the terminal emulator run something like this:

setxkbmap -layout us,ru -variant ',winkeys' -option 'grp:alt_shift_toggle,grp_led:scroll'

And your layouts will switch immediately. This example will make a keyboard two-layout (US international and Russian Windows-like), switched by Alt-Shift, ScrollLock light will indicate the active layout.

But this is a temporary setting, it will not be preserved for the future sessions. I don't know what configuration mechanism is suggested in Xubuntu.

link|improve this answer
This is the best solution ever - worked like a charm on my Xubuntu. – Alex Kovshovik Nov 3 '11 at 17:28
feedback

You can find what you are looking for here

Hope this will help you!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.