summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorZhang Xianwei <[email protected]>2018-11-27 14:17:58 +0800
committerraveit65 <[email protected]>2018-12-03 11:40:50 +0100
commitb2f3af26e460b0cdf5adac22f43bfca11b5832db (patch)
tree5a46624102eca82036c6a78e47d5398878f1cae4 /data
parent0fdb1cd1c3b2e2e2ce042414a493c27e4a51f9c5 (diff)
downloadmate-settings-daemon-b2f3af26e460b0cdf5adac22f43bfca11b5832db.tar.bz2
mate-settings-daemon-b2f3af26e460b0cdf5adac22f43bfca11b5832db.tar.xz
media-keys: Make sound changes quiet with Alt
<Alt>+volume control keys will change the sound, without playing a notification sound, which can be useful when things need to be quiet. This uses the settings stored in GSettings for those audio keys. Signed-off-by: Zhang Xianwei <[email protected]>
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>