Add the required UI for users to change the newly mic-mute keybinding. See also https://bugzilla.gnome.org/show_bug.cgi?id=793596 https://bugzilla.gnome.org/show_bug.cgi?id=793641
27 lines
849 B
XML
27 lines
849 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<KeyListEntries group="system" schema="org.gnome.settings-daemon.plugins.media-keys" name="Sound and Media">
|
|
|
|
<KeyListEntry name="volume-mute" description="Volume mute/unmute"/>
|
|
|
|
<KeyListEntry name="volume-down" description="Volume down"/>
|
|
|
|
<KeyListEntry name="volume-up" description="Volume up"/>
|
|
|
|
<KeyListEntry name="mic-mute" description="Microphone mute/unmute"/>
|
|
|
|
<KeyListEntry name="media" description="Launch media player"/>
|
|
|
|
<KeyListEntry name="play" description="Play (or play/pause)"/>
|
|
|
|
<KeyListEntry name="pause" description="Pause playback"/>
|
|
|
|
<KeyListEntry name="stop" description="Stop playback"/>
|
|
|
|
<KeyListEntry name="previous" description="Previous track"/>
|
|
|
|
<KeyListEntry name="next" description="Next track"/>
|
|
|
|
<KeyListEntry name="eject" description="Eject"/>
|
|
|
|
</KeyListEntries>
|
|
|