How to change shortcut for change layout

Asked by RomanIvanov

Xubuntu 8.10 How to change shortcut for change layout(languages)?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xfce4-xkb-plugin Edit question
Assignee:
No assignee Edit question
Solved by:
RomanIvanov
Solved:
Last query:
Last reply:
Revision history for this message
RomanIvanov (ivanov-jr) said :
#1

In 9.04 it will be in UI.

For now:
Code:
sudo mousepad /etc/default/console-setup

and put this instead of existent:
Code:

XKBMODEL="pc105"
XKBLAYOUT="us,ru"
XKBVARIANT=",winkeys"
XKBOPTIONS="grp:switch,grp:caps_toggle,grp_led:scroll"

XKBLAYOUT="us,ru" - my second language is Russian (ru).
XKBVARIANT=",winkeys" - just set layout - for (ru) I put "winkeys"
this configuration make me switch layout by CapsLock (grp:caps_toggle,grp_led:scroll), and temporarily switch while pressing Alt (grp:switch).