specify kodi actions
This commit is contained in:
parent
84d49705ba
commit
d872db5608
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue