From 69ae46e4d25fdebd8b2da0d9a827e400738279fa Mon Sep 17 00:00:00 2001 From: zerf58 Date: Mon, 1 Apr 2024 20:46:59 -0700 Subject: [PATCH] shortcut zoom slider --- buttons.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/buttons.sh b/buttons.sh index 5e30d7b..d687cea 100755 --- a/buttons.sh +++ b/buttons.sh @@ -123,7 +123,12 @@ Kodi(){ kodi-send --action="ShowSubtitles" } settings(){ - sleep .1 + kodi-send --action="ActivateWindow(10123)" + for i in {0..3} + do + kodi-send --action="Down" + done + kodi-send --action="Select" } }