kodi projectm controls
This commit is contained in:
parent
be17289d71
commit
d0724df587
2 changed files with 11 additions and 0 deletions
|
@ -139,6 +139,15 @@ Kodi(){
|
|||
done
|
||||
kodi-send --action="Select"
|
||||
}
|
||||
fast_forward(){
|
||||
kodi-send --action="NextPreset"
|
||||
}
|
||||
rewind(){
|
||||
kodi-send --action="PreviousPreset"
|
||||
}
|
||||
split_right(){
|
||||
kodi-send --action="LockPreset"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -58,6 +58,8 @@
|
|||
<property name="AudioPlay" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh play"/>
|
||||
<property name="<Alt>Right" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh forward"/>
|
||||
<property name="<Alt>Left" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh back"/>
|
||||
<property name="AudioForward" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh fast_forward"/>
|
||||
<property name="AudioRewind" type="string" value="sh /home/htpc/scripts/PJ/buttons.sh rewind"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="xfwm4" type="empty">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue