kodi: add m (mute) to kodi-remote script

This commit is contained in:
chewitt 2020-06-16 17:59:33 +00:00
parent d9c156e79f
commit f0f2759260

View File

@ -13,6 +13,7 @@ Pause p
Screenshot s Screenshot s
Skin Debug t Skin Debug t
Stop x Stop x
Mute m
Volume Down - Volume Down -
Volume Up + Volume Up +
Back Backspace Back Backspace
@ -36,6 +37,7 @@ while true; do
d) com "PlayerDebug";; d) com "PlayerDebug";;
f) com "FullScreen";; f) com "FullScreen";;
i) com "Info";; i) com "Info";;
m) com "Mute";;
o) com "CodecInfo";; o) com "CodecInfo";;
p) com "Pause";; p) com "Pause";;
s) com "TakeScreenshot";; s) com "TakeScreenshot";;