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)" + } }