1

I ran the following command in my terminal:

setxkbmap -layout us,ru -option "grp:lctrl_lshift_toggle,ctrl:nocaps" 

but for some reason, the effect is the same if I specified "grp:ctrl_shift_toggle" - both Left-Shift+Left-Ctrl and Right-Shift+Right-Ctrl change my layout. How can I fix it?

1 Answer 1

2

probably it is a remaining of a previous configuration If you want to ensure there are no previous options remaining, use -option (that is, an empty option instruction).

If I set:

setxkbmap -layout us,ru -option -option "grp:lctrl_lshift_toggle,ctrl:nocaps" 

then I can switch with LShift-LCtrl and RCtrl does not.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.