From ce14b316fff52737cd81e70a55421cb7ce7153f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 12 Apr 2023 18:11:51 +0200 Subject: [PATCH] data: Unset default shortcut for 'toggle-overview' The keybinding is a direct, less commonly used alternative to stand-alone 'super'. While it can be useful to have a regular keybinding alternative - although 'super+alt+up' also provides that to some extent - most users probably don't even know about it's existence. It is therefore less justified to take away a valuable shortcut slot, so stop assigning a default shortcut to free 'super+s' for other actions. Users who do use the keybinding can still use Settings to assign a shortcut. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5670 Part-of: --- data/org.gnome.shell.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in index e91a7e3e9..8d782fbf9 100644 --- a/data/org.gnome.shell.gschema.xml.in +++ b/data/org.gnome.shell.gschema.xml.in @@ -170,7 +170,7 @@ - ["<Super>s"] + [] Keybinding to open the overview Keybinding to open the Activities Overview.