1

Somehow the shortcut for shading/rolling up a window has been set to Ctrl+Alt+S in my Ubuntu 20.04.

I don't need the Ctrl+Alt+S shortcut for the shading action, since it clashes with the standard PyCharm shortcut for Settings. I have found this similar question, but it doesn't seem to work in 20.04: How do I disable Ctrl+Alt+s to minimize a window?

I also didn't find a way to change the shortcut using GNOME Tweaks.

So how can I change or delete the shortcut used to shade/roll up a window?

Gulzar
  • 210

1 Answers1

3

The toggle-shaded shortcut is not enabled by default and is not accessible using Keyboard Shortcuts.

In order to reset it to its default setting (no shortcut), you can run the following gsettings command:

gsettings reset org.gnome.desktop.wm.keybindings toggle-shaded

There is also a graphical way to reset it using dconf-editor:

  1. Install dconf-editor using:

    sudo apt install dconf-editor
    
  2. Open dconf Editor.

  3. Go to /org/gnome/desktop/wm/keybindings/toggle-shaded.

  4. Enable Use default value.

    enter image description here