more PJ functionality in kodi
This commit is contained in:
parent
1fb6b307ea
commit
63b24f92fa
3 changed files with 19 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue