From 63b24f92faf3edc86ccf933f4665e4f0f2abf8b6 Mon Sep 17 00:00:00 2001 From: zerf58 Date: Sun, 14 Apr 2024 20:24:41 -0700 Subject: [PATCH] more PJ functionality in kodi --- buttons.sh | 6 ++++++ keyboard.xml | 11 +++++++++++ xfce4-keyboard-shortcuts.xml | 2 ++ 3 files changed, 19 insertions(+) diff --git a/buttons.sh b/buttons.sh index d687cea..5e7e0e1 100755 --- a/buttons.sh +++ b/buttons.sh @@ -107,6 +107,12 @@ Kodi(){ play(){ kodi-send --action="PlayPause" } + forward(){ + kodi-send --action="SkipNext" + } + back(){ + kodi-send --action="SkipPrevious" + } split_up(){ xdotool_helper "key p" } diff --git a/keyboard.xml b/keyboard.xml index f0d41f6..88b7b22 100644 --- a/keyboard.xml +++ b/keyboard.xml @@ -20,5 +20,16 @@ ParentDir + + + Stop +

Fullscreen

+
+
+ + + Play + + diff --git a/xfce4-keyboard-shortcuts.xml b/xfce4-keyboard-shortcuts.xml index ace3b0f..7f7c0b1 100644 --- a/xfce4-keyboard-shortcuts.xml +++ b/xfce4-keyboard-shortcuts.xml @@ -56,6 +56,8 @@ + +