How to disable the keyboard shortcut to switch between workspaces?

KlaymenDK

There are a ton of questions and guides about how to make Ctrl + Alt + Arrow work to switch between workspaces -- I'm having the opposite problem.

"Switch between workspaces" works just fine -- but I want to disable it because it overrides the Ctrl + Alt + Up and Ctrl + Alt + Down of an app I need to use (plus, I usually switch between workspaces differently, by using the mouse scroll wheel on the pager in the system panel).

I'm using Ubuntu Mate 15.10 and the guides that talk about using gconf-editor seem to not apply -- it doesn't look anything like the (plain Ubuntu) screen shots in the guides.

Jacob Vlijm

How to disable or change the keyboard shortcut to switch workspaces


1. On Ubuntu Mate

Although I am pretty sure the keyboard custom keybindings must be in a gsettings key somewhere in Mate as well, a quick search gave no result(s). That is a pity, since an elegant (automatic) solution would be preferable.

However

To change or disable the workspace-switch keybindings manually, choose:

System > Preferences > Hardware > Keyboard Shortcuts > Window Management (section)

Then simply click on the shortcut key (on the right) and press Backspace to disable the shortcut.

enter image description here

You could of course set another one alternatively.

If the Workspace Actions are Missing

For the workspace actions to show up in the Keyboard Shortcuts list, you may need to have at least two workspaces configured. On my machine, I had already disabled all the workspace functionality, but the keyboard shortcut was still being intercepted by Gnome. Reenabling workspaces and setting it so there were two available caused the actions to reappear in Keyboard Shortcuts so that I could remove those shortcuts.

Note

The weird thing is that after disabling the shortcut via GUI, the shortcut could be controlled, similarly to the way it is done in Gnome/Unity. Not sure what to do with it, but wanted to mention...

2. On Unity / Gnome

Using gsettings commands

The keybindings to switch to another workspace are set in:

org.gnome.desktop.wm.keybindings
  • To disable the keybindings to move up/down/left/right, run the commands:

    gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-up []
    gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down []
    gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-left []
    gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-right []
    
  • To reset:

    gsettings reset org.gnome.desktop.wm.keybindings switch-to-workspace-up
    

    (down/left/right)

This applies to both 14.04 and 15.04+

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to disable the keyboard shortcut to switch between workspaces?

From Dev

Keyboard shortcut for switching between workspaces

From Dev

How to switch workspaces without using a keyboard in Xfce?

From Dev

How can I set a keyboard shortcut to switch between Excel tabs?

From Dev

How to switch between GNU Terminal windows with a keyboard shortcut?

From Dev

Safari: How to switch between tabs using a keyboard shortcut

From Dev

Keyboard shortcut to move windows between multiple workspaces in 18.04

From Dev

keyboard shortcut to switch between windows within an application

From Dev

keyboard shortcut to switch between windows within an application

From Dev

Keyboard shortcut to switch between sheets in Excel

From Dev

How do I disable a keyboard shortcut?

From Dev

How to disable Unity keyboard shortcut for Spread mode

From Dev

How do I quickly switch between workspaces in unity?

From Dev

Is there a keyboard shortcut to switch between object inspector and form designer?

From Dev

What is the keyboard shortcut to switch between open applications inside Citrix?

From Dev

What's the keyboard shortcut to switch between qwerty and dvorak on Mac?

From Dev

In Mac OS, what is the keyboard shortcut to switch between windows of the same application?

From Dev

Use a keyboard shortcut to switch between synergy-"ized" monitors/windows

From Dev

Atom keyboard shortcut: switch focus between Project tree and Workspace pane?

From Dev

How to switch Google Chrome user profiles with one keyboard shortcut?

From Dev

How can I create a "switch to Chrome" Keyboard Shortcut in Linux Mint

From Dev

How to switch tabs via keyboard shortcut in Firefox in reverse?

From Dev

How to disable 'shift'+'alt' keyboard shortcut in Notepad++

From Dev

How do I disable the keyboard shortcut for menu in Linux Mint 13?

From Dev

How to disable Office key keyboard shortcut opening Office app?

From Dev

How do I disable the Unity keyboard shortcut overlay?

From Dev

How do I disable a keyboard shortcut in gnome-shell?

From Dev

How to disable keyboard shortcut list on holding Super key?

From Dev

How do I disable "Lock screen" keyboard shortcut under Unity?

Related Related

  1. 1

    How to disable the keyboard shortcut to switch between workspaces?

  2. 2

    Keyboard shortcut for switching between workspaces

  3. 3

    How to switch workspaces without using a keyboard in Xfce?

  4. 4

    How can I set a keyboard shortcut to switch between Excel tabs?

  5. 5

    How to switch between GNU Terminal windows with a keyboard shortcut?

  6. 6

    Safari: How to switch between tabs using a keyboard shortcut

  7. 7

    Keyboard shortcut to move windows between multiple workspaces in 18.04

  8. 8

    keyboard shortcut to switch between windows within an application

  9. 9

    keyboard shortcut to switch between windows within an application

  10. 10

    Keyboard shortcut to switch between sheets in Excel

  11. 11

    How do I disable a keyboard shortcut?

  12. 12

    How to disable Unity keyboard shortcut for Spread mode

  13. 13

    How do I quickly switch between workspaces in unity?

  14. 14

    Is there a keyboard shortcut to switch between object inspector and form designer?

  15. 15

    What is the keyboard shortcut to switch between open applications inside Citrix?

  16. 16

    What's the keyboard shortcut to switch between qwerty and dvorak on Mac?

  17. 17

    In Mac OS, what is the keyboard shortcut to switch between windows of the same application?

  18. 18

    Use a keyboard shortcut to switch between synergy-"ized" monitors/windows

  19. 19

    Atom keyboard shortcut: switch focus between Project tree and Workspace pane?

  20. 20

    How to switch Google Chrome user profiles with one keyboard shortcut?

  21. 21

    How can I create a "switch to Chrome" Keyboard Shortcut in Linux Mint

  22. 22

    How to switch tabs via keyboard shortcut in Firefox in reverse?

  23. 23

    How to disable 'shift'+'alt' keyboard shortcut in Notepad++

  24. 24

    How do I disable the keyboard shortcut for menu in Linux Mint 13?

  25. 25

    How to disable Office key keyboard shortcut opening Office app?

  26. 26

    How do I disable the Unity keyboard shortcut overlay?

  27. 27

    How do I disable a keyboard shortcut in gnome-shell?

  28. 28

    How to disable keyboard shortcut list on holding Super key?

  29. 29

    How do I disable "Lock screen" keyboard shortcut under Unity?

HotTag

Archive