I have just installed Ubuntu and even didn't have enough time to solve usual grub problems. Suddenly I noticed, that Ctrl+Shift doesn't change languages. I tried to fix it from settings - they didn't react on Ctrl+Shiftat all. OK, tried usual gnome-tweaks method - then terminal ctrl+shift+v shortcut was shadowed. So question is How can I set language change on Ctrl+Shift and not shadow Ctrl+Shift+C/V combination at the same time?
Asked
Active
Viewed 2,847 times
1
-
What do you mean by "didn't have enough time to solve usual grub problems" - your installation failed or was otherwise unsuccessful? You might want to solve this problem first, in case it is related. A borked installation can sometimes reveal weird problems later on – Nmath Sep 04 '20 at 01:05
2 Answers
1
You need to install gnome-tweaks
for this. Run sudo apt install gnome-tweaks
in terminal to install gnome-tweaks
.
- Open
gnome-tweaks
, from app drawer. - Select
keyboard & mouse
in the left column.
3. Click on the
Additional Layout Options
and scroll down to Switching to another layout
.
- Check the Ctrl + Shift option, and uncheck any other selected option, and we are done.

Abhay Patil
- 2,705
-
That's the exact form of action after which I can't use Ctrl+Shift+C/V shortcut in terminal – KingCake Sep 09 '20 at 14:40
-
0
Install gnome-tweaks (apt install gnome-tweaks), run just installed Tweaks, select Keyboard&Mouse->Additional Layout Options and choose shutcut ctl+shift or something else.

Andrey
- 1