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:
parent
4a38359635
commit
58da16c786
@ -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"/>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user