From 2830e71e72a1dd38f692cc5b24875d84f7d64a75 Mon Sep 17 00:00:00 2001 From: Zhang Xianwei Date: Tue, 4 Dec 2018 13:16:10 +0800 Subject: media-keys: Add microphone mute key support Pressing the microphone mute button now toggles the mute status. Fix https://github.com/mate-desktop/mate-settings-daemon/issues/175 Signed-off-by: Zhang Xianwei --- data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | 5 +++++ 1 file changed, 5 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 8983272..2d62556 100644 --- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in +++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in @@ -55,6 +55,11 @@ Turn the volume up quietly Binding to raise the system volume quietly. + + 'XF86AudioMicMute' + Microphone mute/unmute + Binding to mute/unmute the microphone. + '<Control><Alt>Delete' Shut down -- cgit v1.2.1