kodi projectm controls

This commit is contained in:
zerf58 2024-04-28 16:26:03 -07:00
parent be17289d71
commit d0724df587
2 changed files with 11 additions and 0 deletions

View file

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