diff options
author | Zhang Xianwei <[email protected]> | 2018-12-04 13:16:10 +0800 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-12-05 06:42:30 +0000 |
commit | 2830e71e72a1dd38f692cc5b24875d84f7d64a75 (patch) | |
tree | 0e19028491256759cf17733edcd9a08591bc44be /data | |
parent | 3e77bd1e413f7d40a2d5db6af6b9fa955decb4c8 (diff) | |
download | mate-settings-daemon-2830e71e72a1dd38f692cc5b24875d84f7d64a75.tar.bz2 mate-settings-daemon-2830e71e72a1dd38f692cc5b24875d84f7d64a75.tar.xz |
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 <[email protected]>
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | 5 |
1 files changed, 5 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 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 @@ <summary>Turn the volume up quietly</summary> <description>Binding to raise the system volume quietly.</description> </key> + <key name="mic-mute" type="s"> + <default>'XF86AudioMicMute'</default> + <summary>Microphone mute/unmute</summary> + <description>Binding to mute/unmute the microphone.</description> + </key> <key name="power" type="s"> <default>'<Control><Alt>Delete'</default> <summary>Shut down</summary> |