Ubuntu – How to disable Ctrl+Alt+Left/Right

11.10gnome-classicshortcut-keys

I use GNOME Classic. There is no Ctrl+Alt+Left/Right shortcut in System Settings -> Keyboard -> Shortcuts.

enter image description here

It should be configured somewhere else. But where?

Best Answer

Remove the default keybinding using the following commands

 gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-left "['']"
 gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-right "['']"