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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
<property name="HomePage" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh browser"/>
|
||||
<property name="<Primary><Alt>Delete" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh task_manager"/>
|
||||
<property name="<Alt>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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue