mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07: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
|
||||
Skin Debug t
|
||||
Stop x
|
||||
Mute m
|
||||
Volume Down -
|
||||
Volume Up +
|
||||
Back Backspace
|
||||
@ -36,6 +37,7 @@ while true; do
|
||||
d) com "PlayerDebug";;
|
||||
f) com "FullScreen";;
|
||||
i) com "Info";;
|
||||
m) com "Mute";;
|
||||
o) com "CodecInfo";;
|
||||
p) com "Pause";;
|
||||
s) com "TakeScreenshot";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user