34

I use 3 different languages (English, Czech and Russian) every day. I'd prefer to switch (preferably globally, I don't like per-window) between them with Left+Alt+Shift.

I'd also like to see the active language indication.

Unfortunately I couldn't find any obvious way to set this up in XUbuntu 11.10 - there is even no keyboard indicator applet available in the panel configuration. Any recommendations?

muru
  • 207,228
Ivan
  • 58,745

4 Answers4

33

There is a keyboard layout plugin for xfce - xfce4-xkb-plugin. Install it if it's not installed by running:

sudo apt install xfce4-xkb-plugin

Then add it to the panel. Right click its icon and add the layouts you want.

To configure only keyboard shortcut use:

setxkbmap -option grp:switch,grp:alt_shift_toggle us,ru
Flimm
  • 44,031
mikewhatever
  • 33,013
21

Ran into the same issue with xubuntu 13.04. The old way many online docos referred to (via Settings > Keyboard > Layout Options) no longer worked because there was no such button any more. Here is the new conventional (as in, no shell commands or X11 conf editing required) method that worked for me, in detail:

  • Make sure the xfce4-xkb-plugin package has been installed (normally it should).
  • Right-click on the top panel and select Panel > Add New Items...
  • Select the Keyboard Layouts item from the list. A flag icon will appear in the panel.
  • Now right-click on the flag icon in the top panel and select Properties.
  • Now you will get the actual layout switch setup menu where you can choose your layout change key combo as well as customize other useful stuff including the list of layouts.

P.S. I don't mind using the shell or editing the X11 configuration. For that matter, I love using the shell. However, I hate it when the shell needs to be used to set up a GUI. :)

Yar
  • 311
1

In my case I've needed to add Keyboard Layouts. enter image description here enter image description here enter image description here enter image description here enter image description here

enter image description here

0
  • For setup keyboard layout, go to Settings > Keyboard > Add Layout
  • For language indication, go to Panel > Add New Items > Keyboard Layouts
Glorfindel
  • 975
  • 3
  • 15
  • 21