allow running find_or_open as standalone

This commit is contained in:
zerf58 2025-06-18 09:27:25 -07:00
parent 847ecd0214
commit fa119a8d4f
3 changed files with 14 additions and 8 deletions

View file

@ -10,10 +10,12 @@ kodi(){
kodi-send --action="SkipPrevious"
}
split_up(){
xdotool_helper "key p"
sleep .2
xdotool key p
}
move_up(){
xdotool_helper "key o"
sleep .2
xdotool key o
}
search(){
kodi-send --action="VideoLibrary.Search"