I'm trying to configure the keyboard shortcut to change layout, but I want to change by ⇧ Shift + CTRL (not CTRL + ⇧ Shift). I've read the similar question there 18.04 ctrl+shift to change language , but I could setup only combination CTRL + ⇧ Shift with ⇧ Shift + CTRL. I need to get rid of CTRL + ⇧ Shift and left only ⇧ Shift + CTRL.
Asked
Active
Viewed 1,305 times
1 Answers
1
The next command does what is needed:
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Alt>Shift_L']"
The command switches the language pressing "Alt" first and then "Shift", but not vise versa. Instead of "Alt" can be "Ctrl" (<Control>) as well.
user1570891
- 29