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