[gsettings-desktop-schemas/gnome-3-22] Revert "Add an alternative shortcut for 'go to overview'"
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas/gnome-3-22] Revert "Add an alternative shortcut for 'go to overview'"
- Date: Mon, 30 Jan 2017 10:08:01 +0000 (UTC)
commit dd31e6934c28c182411a8b61b2e72a3c340d4926
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jan 30 11:03:13 2017 +0100
Revert "Add an alternative shortcut for 'go to overview'"
This reverts commit 8808a8fdba48fb55de84de3e98e081b38f2fd92d.
The same shortcut - <super>s - is used for two different actions, which
doesn't work - after registering the first shortcut, grabbing the second
one will fail.
That is, only one of the 'panel-main-menu' and 'toggle-overview' action
will actually work. This doesn't matter when the apps-menu extension is
not used, because the actions do the same thing in that case, but in
the case where the newly added action is actually useful, <super>s will
only work as expected when 'toggle-overview' is the "winning" action.
The fix here is to revert commit 8808a8fdba48, so we have <alt>f1 for
'panel-main-menu' and <super>s for 'toggle-overview' - that way,
<super>s will always toggle the overview, and <alt>f1 will either
act as an alternative or toggle the apps menu.
With help from Florian Müllner <florian muellner gmail com>
Conflicts:
schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
https://bugzilla.gnome.org/show_bug.cgi?id=720994
...org.gnome.desktop.wm.keybindings.gschema.xml.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
index bf430df..8c9260f 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in
@@ -132,7 +132,7 @@
<summary>Hide all normal windows</summary>
</key>
<key name="panel-main-menu" type="as">
- <default><![CDATA[['<Super>s','<Alt>F1']]]></default>
+ <default><![CDATA[['<Alt>F1']]]></default>
<summary>Show the activities overview</summary>
</key>
<key name="panel-run-dialog" type="as">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]