From b2f3af26e460b0cdf5adac22f43bfca11b5832db Mon Sep 17 00:00:00 2001 From: Zhang Xianwei Date: Tue, 27 Nov 2018 14:17:58 +0800 Subject: media-keys: Make sound changes quiet with 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 --- ....mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'data') 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 @@ Volume up Binding to raise the system volume. + + '<Alt>XF86AudioMute' + Mute the audio quietly + Binding to mute the system volume quietly. + + + '<Alt>XF86AudioLowerVolume' + Turn the volume down quietly + Binding to lower the system volume quietly. + + + '<Alt>XF86AudioRaiseVolume' + Turn the volume up quietly + Binding to raise the system volume quietly. + '<Control><Alt>Delete' Shut down -- cgit v1.2.1