Add shortcut to mute microphone
This commit is contained in:
parent
7bb19086e8
commit
451ee1bfcb
1 changed files with 4 additions and 0 deletions
|
@ -254,6 +254,10 @@ set_misc_preferences () {
|
|||
$_acp_gsettings set org.gnome.Epiphany.web:/org/gnome/epiphany/web/ remember-passwords false
|
||||
unset _acp_gsettings
|
||||
fi
|
||||
|
||||
# Mute the microphone with M-/ shortcut.
|
||||
gsettings set org.gnome.settings-daemon.plugins.media-keys mic-mute "['<Super>slash']"
|
||||
|
||||
}
|
||||
set_misc_preferences
|
||||
|
||||
|
|
Loading…
Reference in a new issue