move_up to start new album from music menu

This commit is contained in:
zerf58 2024-04-16 20:35:57 -07:00
parent dc9379d759
commit 2b27ccd375
2 changed files with 4 additions and 1 deletions

View file

@ -116,6 +116,9 @@ Kodi(){
split_up(){ split_up(){
xdotool_helper "key p" xdotool_helper "key p"
} }
move_up(){
xdotool_helper "key o"
}
search(){ search(){
kodi-send --action="VideoLibrary.Search" kodi-send --action="VideoLibrary.Search"
} }

View file

@ -28,7 +28,7 @@
</Visualisation> </Visualisation>
<Music> <Music>
<keyboard> <keyboard>
<play>Play</play> <o>Play</o>
</keyboard> </keyboard>
</Music> </Music>