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
This commit is contained in:
Florian Müllner 2015-02-25 16:42:47 +01:00
parent 4a38359635
commit 58da16c786
2 changed files with 4 additions and 4 deletions

View File

@ -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"/>

View File

@ -112,10 +112,10 @@
</_description>
</key>
<key name="toggle-message-tray" type="as">
<default>["&lt;Super&gt;m"]</default>
<_summary>Keybinding to toggle the visibility of the message tray</_summary>
<default>["&lt;Super&gt;v","&lt;Super&gt;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">