3

I changed keyboard layout switching to Alt+Shift (with Tweaks). But I still have LShift+RShift switching behavior working with new one simultaneously.

How can I disable this double shift switch?

UPD:

glaz@glaz-pc:/etc/profile.d$ cat /etc/default/keyboard
XKBLAYOUT=us,ru
BACKSPACE=guess
XKBVARIANT=,
glaz@glaz-pc:/etc/profile.d$ gsettings get org.gnome.desktop.input-sources xkb-options
['grp:alt_shift_toggle']

UPD (2017-11-15): The problem is gone by itself. Probably after one of system updates.

GLaz
  • 323
  • 1
    Please show us the output of these two commands: cat /etc/default/keyboard and gsettings get org.gnome.desktop.input-sources xkb-options (Please edit your question and include the output there.) – Gunnar Hjalmarsson Nov 08 '17 at 19:34
  • @GunnarHjalmarsson Done. – GLaz Nov 08 '17 at 20:18
  • 2
    Nothing there which would explain why + would cause a layout switch. But I justed tested it myself, and see the same behavior, so it's probably a bug. Or a feature. ;) – Gunnar Hjalmarsson Nov 08 '17 at 20:52
  • 3
    @GunnarHjalmarsson Well, yeh, it's a bad feature, because when you typing fast something like passwords in upper case with different hands, both shifts are pressed pretty often. – GLaz Nov 08 '17 at 20:57

2 Answers2

1

Similar to the problem described in "Problem with shorcuts using Alt key", a possible explanation might be that you have Alt+Shift set up as keyboard layout change shortcut.

Christian
  • 121
0

The problem is gone by itself. Probably after one of system updates.

GLaz
  • 323