0

I want to set Shortcut for my next input source to ctrl+space , but have the "Switch to Previous source" disabled.

Right now as soon as I edit one of the shorcuts, the other one gets changed.

How do I achieve what I need?

Tried these, didn't help:
Switch to specific keyboard layout using Ctrl+Shift+Num

P.S. Using ubuntu 20.04

Igor Q.
  • 103

1 Answers1

1

I tried it myself in Settings -> Keyboard Shortcuts -> Typing and can confirm your observation. Somehow the UI makes the previous shortcut depend on the next shortcut. Not sure if it's a bug or a feature.

OTOH, does it matter much? I mean, if you don't want to use the previous shortcut, then don't. You don't really need to disable it, do you?

Otherwise, if you really want to do it, you can first set the next shortcut and then run this command:

gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "[]"
Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94
  • I want to use ctrl+space as my source switching Shortcut. It adds Ctrl+shift+space as the alternative. This means that I my shortcuts in iNtelliJ don't wor kcos they use ctrl+shift – Igor Q. Jan 14 '21 at 13:30
  • Yup. This works. Thank you very much. – Igor Q. Jan 14 '21 at 16:06