After installing Ubuntu 19.04 I can't set the hotkey to change the keyboard layout to Alt+Shift. I'm opening to Settings -> Devices -> Keyboard searching for Input and trying to set Alt+Shift but nothing is happening. Any ideas?
Asked
Active
Viewed 33 times
gsettings get org.gnome.desktop.input-sources xkb-options
then run the command to set Alt+Shift for changing the layoutgsettings set org.gnome.desktop.input-sources xkb-options "['grp:alt_shift_toggle']"
– PRATAP May 22 '19 at 09:35