Page 1 of 1

Layout alt+shift[Solved]

Posted: 30 May 2015, 18:44
by Olga
Hello everyone!
Maybe it's simple, but I have a problem with switching layout.
I need to layout switched on "Alt + Shift" or "Shift + Ctrl softkey." I use two languages English and Russian.
I make changes to 003settings:
  setxkbmap -layout us, ru -option "grp: alt_shift_toggle"
I save, create an image.
But apparently the Web Wizard replaces these settings.
After installing the combination "Alt + Shift" is not working.
Please help, what to do they work? :wall:
PS:sorry for my English

Re: Layout alt+shift

Posted: 30 May 2015, 19:20
by fanthom
hello Olga,

please edit 003/etc/xdg/openbox/autostart in this way:

Code: Select all

# Set keyboard mapping:
setxkbmap -layout us,lay2 -variant ,var2 2>/dev/null

# My own mapping:
echo "dont change" && setxkbmap -layout us,ru -option "grp: alt_shift_toggle"
that should work.

Re: Layout alt+shift

Posted: 30 May 2015, 19:41
by Olga
Awesome!
Thank you with all my heart! :Yahoo!: