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 @@ + +