How to set Right Alt as a shortcut to switch to next input source on Ubuntu 20.04
Asked
Active
Viewed 1,311 times
2 Answers
1
There is option to switch it from terminal:
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['Alt_R']"

mapcuk
- 146
0
You can do that via Tweaks -> Keyboard & Mouse -> Additional Layout Options -> Switching to another layout.
Note 1: The gnome-tweaks
package needs to be installed.
Note 2: Right Alt for that purpose is not advisable if any of the layouts you use includes 3rd and 4th level symbols.

Gunnar Hjalmarsson
- 33,540
- 3
- 64
- 94
It was highlighted in Q&A as well https://askubuntu.com/questions/972926/how-to-not-show-keyboard-layout-chooser-popup-when-changing-language-in-gnome-3/1373109#1373109
– mapcuk Sep 14 '22 at 07:52