[gnome-shell] data: Change default shortcut for opening the message list
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] data: Change default shortcut for opening the message list
- Date: Fri, 27 Feb 2015 14:02:54 +0000 (UTC)
commit 58da16c78600a17a34aabe4ecf278fe670ded004
Author: Florian Müllner <fmuellner gnome org>
Date: Wed Feb 25 16:42:47 2015 +0100
data: Change default shortcut for opening the message list
With the message tray no longer being a distinctive UI element,
the existing <super>m shortcut for viewing the notification list
is no longer mnemonic. It is also less convenient as it requires
both hands with most keyboards. So make <super>v the new default
to _view_ notifications, which matches the corresponding Windows
default.
The previous default is kept as secondary shortcut to ease the
transition.
https://bugzilla.gnome.org/show_bug.cgi?id=687986
data/50-gnome-shell-system.xml.in | 2 +-
data/org.gnome.shell.gschema.xml.in.in | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/50-gnome-shell-system.xml.in b/data/50-gnome-shell-system.xml.in
index 60f456c..dea69f0 100644
--- a/data/50-gnome-shell-system.xml.in
+++ b/data/50-gnome-shell-system.xml.in
@@ -6,7 +6,7 @@
package="gnome-shell">
<KeyListEntry name="toggle-message-tray"
- _description="Show the message list"/>
+ _description="Show the notification list"/>
<KeyListEntry name="focus-active-notification"
_description="Focus the active notification"/>
diff --git a/data/org.gnome.shell.gschema.xml.in.in b/data/org.gnome.shell.gschema.xml.in.in
index 92cef3f..d6ee469 100644
--- a/data/org.gnome.shell.gschema.xml.in.in
+++ b/data/org.gnome.shell.gschema.xml.in.in
@@ -112,10 +112,10 @@
</_description>
</key>
<key name="toggle-message-tray" type="as">
- <default>["<Super>m"]</default>
- <_summary>Keybinding to toggle the visibility of the message tray</_summary>
+ <default>["<Super>v","<Super>m"]</default>
+ <_summary>Keybinding to toggle the visibility of the notification list</_summary>
<_description>
- Keybinding to toggle the visibility of the message tray.
+ Keybinding to toggle the visibility of the notification list.
</_description>
</key>
<key name="focus-active-notification" type="as">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]