From 26c83305f728f7d384d9f076dcef6baac5960485 Mon Sep 17 00:00:00 2001 From: zerf58 Date: Sun, 20 Oct 2024 17:03:00 -0700 Subject: [PATCH] quick settings --- buttons.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buttons.sh b/buttons.sh index 773c798..fcacf7c 100755 --- a/buttons.sh +++ b/buttons.sh @@ -154,6 +154,9 @@ Kodi(){ split_right(){ kodi-send --action="LockPreset" } + file_explorer(){ + kodi-send --action="ActivateWindow(12901)" + } }