specify kodi actions

This commit is contained in:
zerf58 2024-04-01 20:27:47 -07:00
parent 84d49705ba
commit d872db5608
2 changed files with 10 additions and 0 deletions

View file

@ -104,6 +104,9 @@ firefox_pbs(){
Kodi(){
play(){
kodi-send --action="PlayPause"
}
split_up(){
xdotool_helper "key p"
}
@ -116,6 +119,12 @@ Kodi(){
refresh(){
kodi-send --action="UpdateLibrary(video)"
}
notification(){
kodi-send --action="ShowSubtitles"
}
settings(){
sleep .1
}
}