7dc235511e
At the moment, only the mouse can be used to focus and answer a chat notification. This adds a new keybinding (defaults to <Super>+n) to focus and expand the active notification. https://bugzilla.gnome.org/show_bug.cgi?id=652082
22 lines
692 B
XML
22 lines
692 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<KeyListEntries schema="org.gnome.shell.keybindings"
|
|
group="system"
|
|
_name="System"
|
|
wm_name="GNOME Shell"
|
|
package="gnome-shell">
|
|
|
|
<KeyListEntry name="toggle-message-tray"
|
|
_description="Show the message tray"/>
|
|
|
|
<KeyListEntry name="focus-active-notification"
|
|
_description="Focus the active notification"/>
|
|
|
|
<KeyListEntry name="toggle-application-view"
|
|
_description="Show all applications"/>
|
|
|
|
<KeyListEntry name="open-application-menu"
|
|
_description="Open the application menu"/>
|
|
|
|
</KeyListEntries>
|
|
|