more PJ functionality in kodi

This commit is contained in:
zerf58 2024-04-14 20:24:41 -07:00
parent 1fb6b307ea
commit 63b24f92fa
3 changed files with 19 additions and 0 deletions

View file

@ -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"
}