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

View file

@ -55,6 +55,7 @@
<property name="HomePage" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh browser"/>
<property name="&lt;Primary&gt;&lt;Alt&gt;Delete" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh task_manager"/>
<property name="&lt;Alt&gt;Up" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh move_up"/>
<property name="AudioPlay" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh play"/>
</property>
</property>
<property name="xfwm4" type="empty">