2

I've just updated to Ubuntu 22.04 LTS version and my keyboard behavior changed after that.

During the update process I was asked to choose "Method for toggling between national and Latin mode" and i chose left Alt.

Now I want to disable this toggle because all my keyboard shortcuts with left Alt key not working anymore, how can I do it?

OLEG V
  • 23

1 Answers1

2

Reset your xkb options using the command:

gsettings reset org.gnome.desktop.input-sources xkb-options

This will disable left Alt toggling the keyboard layout.

If desired, you can change keyboard options with "Tweaks" (not installed by default), "Keyboard & Mouse" tab, button "Additional Layout Options".

vanadium
  • 88,010