From d0724df587b40e0f0fe5eb492042dd0231967e68 Mon Sep 17 00:00:00 2001 From: zerf58 Date: Sun, 28 Apr 2024 16:26:03 -0700 Subject: [PATCH] kodi projectm controls --- buttons.sh | 9 +++++++++ xfce4-keyboard-shortcuts.xml | 2 ++ 2 files changed, 11 insertions(+) diff --git a/buttons.sh b/buttons.sh index 11814ed..abf3dd7 100755 --- a/buttons.sh +++ b/buttons.sh @@ -139,6 +139,15 @@ Kodi(){ done kodi-send --action="Select" } + fast_forward(){ + kodi-send --action="NextPreset" + } + rewind(){ + kodi-send --action="PreviousPreset" + } + split_right(){ + kodi-send --action="LockPreset" + } } diff --git a/xfce4-keyboard-shortcuts.xml b/xfce4-keyboard-shortcuts.xml index 7f7c0b1..17d9dcb 100644 --- a/xfce4-keyboard-shortcuts.xml +++ b/xfce4-keyboard-shortcuts.xml @@ -58,6 +58,8 @@ + +