55

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?

geevee
  • 651

6 Answers6

75

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 "['']"
mac
  • 4,001
19

In my system, those configs are available in System Settings -> Keyboard. Please double-check.

enter image description here

If those aren't available, you can try add them with gconf-editor. If you use Metacity, simply go to /apps/metacity/global_keybindings and add the corresponding values:

enter image description here

If you use Compiz, you can follow the steps provided by @ams

Salem
  • 19,864
  • 6
  • 65
  • 90
14

Finally, in Ubuntu 22/04 this can be disabled using System Settings -> Keyboard -> View and Customize Shortcuts -> Navigation. In there, find Move to workspace on the left and Move to workspace on the right, click on each entry and re-assign Super+Page Up and Super+Page Down respectively. This will disable any other assigned shortcuts.

4

CompizConfig Setting Manager (it's not installed by default though).

Then go to "Desktop Wall Plugin", and it's on the "Bindings" tab.

That's assuming you are using Unity (full 3D), or (edit) Gnome with effects enabled.

ams
  • 3,089
2

on ubuntu 22:

whenever i was pressing ctrl alt left/right my workspace would move.

However, in the keyboards settings I did not have such a shortcut set but i had one for each:

a. Move workspace on the left ; shortcut: ctrl + alt + up (wtf)

b.Move workspace on the right: ctrl + alt + down (wtf again)

when i disabled the above two ctrl+alt+left/right stopped working as well.

.. quite interesting one might add ...

1

open gconf-editor.

Go to /apps/metacity/global keybindings and change the values according to my screenshot:enter image description here

martin
  • 1,809
  • 1
  • 13
  • 21