From 58da16c78600a17a34aabe4ecf278fe670ded004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 25 Feb 2015 16:42:47 +0100 Subject: [PATCH] data: Change default shortcut for opening the message list With the message tray no longer being a distinctive UI element, the existing 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 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 60f456c8d..dea69f03e 100644 --- a/data/50-gnome-shell-system.xml.in +++ b/data/50-gnome-shell-system.xml.in @@ -6,7 +6,7 @@ package="gnome-shell"> + _description="Show the notification list"/> diff --git a/data/org.gnome.shell.gschema.xml.in.in b/data/org.gnome.shell.gschema.xml.in.in index 92cef3f65..d6ee46920 100644 --- a/data/org.gnome.shell.gschema.xml.in.in +++ b/data/org.gnome.shell.gschema.xml.in.in @@ -112,10 +112,10 @@ - ["<Super>m"] - <_summary>Keybinding to toggle the visibility of the message tray + ["<Super>v","<Super>m"] + <_summary>Keybinding to toggle the visibility of the notification list <_description> - Keybinding to toggle the visibility of the message tray. + Keybinding to toggle the visibility of the notification list.