summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
index 8cea9ee..8983272 100644
--- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
+++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
@@ -40,6 +40,21 @@
<summary>Volume up</summary>
<description>Binding to raise the system volume.</description>
</key>
+ <key name="volume-mute-quiet" type="s">
+ <default>'&lt;Alt&gt;XF86AudioMute'</default>
+ <summary>Mute the audio quietly</summary>
+ <description>Binding to mute the system volume quietly.</description>
+ </key>
+ <key name="volume-down-quiet" type="s">
+ <default>'&lt;Alt&gt;XF86AudioLowerVolume'</default>
+ <summary>Turn the volume down quietly</summary>
+ <description>Binding to lower the system volume quietly.</description>
+ </key>
+ <key name="volume-up-quiet" type="s">
+ <default>'&lt;Alt&gt;XF86AudioRaiseVolume'</default>
+ <summary>Turn the volume up quietly</summary>
+ <description>Binding to raise the system volume quietly.</description>
+ </key>
<key name="power" type="s">
<default>'&lt;Control&gt;&lt;Alt&gt;Delete'</default>
<summary>Shut down</summary>