mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
kodi: add m (mute) to kodi-remote script
This commit is contained in:
parent
d9c156e79f
commit
f0f2759260
@ -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";;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user