1

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?

Abhay Patil
  • 2,705
KingCake
  • 111
  • 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 Answers2

1

You need to install gnome-tweaks for this. Run sudo apt install gnome-tweaks in terminal to install gnome-tweaks.

  1. Open gnome-tweaks, from app drawer.
  2. Select keyboard & mouse in the left column.

enter image description here 3. Click on the Additional Layout Options and scroll down to Switching to another layout.

enter image description here

  1. Check the Ctrl + Shift option, and uncheck any other selected option, and we are done.
Abhay Patil
  • 2,705
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