How to disable the Alt+` (Alt + <backtick>) shortcut

How to disable the shortcut Alt+` on Ubuntu?

It doesn’t seem to be defined anywhere, at least not in the Keyboard Shortcuts list. It performs the same action as Super+`, which does appear in the Keyboard Shortcuts list:

How to disable Alt+` ?

Only the primary keybinding is shown in the settings. But you can use dconf-editor or gsettings to edit that keybinding. For the gsettings command that would be:

gsettings set org.gnome.desktop.wm.keybindings switch-group "['<Super>Above_Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-group-backward "['<Shift><Super>Above_Tab']"
1 Like

Alt + ` is not available in org/gnome/shell/keybindings in dconf Editor that I can see unless I am not looking in the correct section…

It’s in /org/gnome/desktop/wm/keybindings in dconf-editor and the keybinding is for Above_Tab.

1 Like

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.