move_up to start new album from music menu
This commit is contained in:
parent
dc9379d759
commit
2b27ccd375
2 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
</Visualisation>
|
</Visualisation>
|
||||||
<Music>
|
<Music>
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<play>Play</play>
|
<o>Play</o>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
</Music>
|
</Music>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue