When I type Ctrl+Alt+s on a window, the body of the window rolls up. How can I disable this shortcut, that I want to use for another purpose in my emacs configuration?
4 Answers
You can change it in System Settings → Keyboards → Shortcuts → Windows.

- 36,264
- 56
- 94
- 147

- 320
It works in Ubuntu 13.04 and 14.04 LTS.
Go to System-settings -> Keyboard (menu) -> Shortcuts (button) -> Windows (tab) and then select Toggle-shaded-state
and press backspace
to disable it, and close the window.

- 117
- 1
- 1
- 7

- 191
- 1
- 2
-
4This cannot be reporduced in 18.04. I get System-settings -> Devices -> Keyboard -> Keyboard Shortcuts
In the Keybaoard Shortcuts page are various sections, one of which is Windows... and while there are options like "Resize Window", "Toggle maximization state", etc... there is no "Toggle shaded state."
This is frustrating because I'm trying to use Intellij-Idea which has Ctrl-Alt-S hardcoded as the shortcut to its Settings...
Instead, I get cyclic "adjust window size" action of Ubuntu.
– TheGeeko61 Jul 27 '18 at 21:36 -
3For ubuntu 18.04 use
dconf reset /org/gnome/desktop/wm/keybindings/toggle-shaded
to disable ctrl+alt+s. BTW I am not able to post this as answer cause of my low reputation... – user1185087 Feb 22 '19 at 16:59 -
1@user1185087 your advice helped! You've got >100 rep, maybe now you could post it as a new answer? – Robert K. Bell Jun 09 '20 at 00:57
-
1
When You're using Compiz, then goto CompizConfig Settings Manager -> General -> General Options -> Key Bindings -> Toggle Window Shaded -> Edit -> empty the shortcut s.

- 576
In 18.04, I used dconf-editor to change /org/gnome/desktop/wm/keybindings/toggle-shaded from ['<Control><Alt>s'] to ['<Control><Shift><Alt>s'] so that emacs will get my regex search keystroke, but I can still (will I ever?) rollup the window shade.
c.f. ctrl + alt + S on ubuntu 18.04 triggers a screen size toggle but is not listed in keyboard settings

- 145
dconf-editor
here, see http://askubuntu.com/questions/175369/cannot-disable-ctrl-alt-d-in-gnome-shell – Marius Hofert Aug 20 '12 at 05:26