playlist-add command added
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
|
||||
- Fix keyboard layout change not working.
|
||||
- Fix multi monitor setup with different DPI values.
|
||||
- New playlist-add command added to change the playlist position.
|
||||
Ctrl+F11 goes 10 positions backward.
|
||||
Ctrl+F12 goes 10 positions forward.
|
||||
|
||||
|
||||
5.8.0.0 Beta (2022-04-02)
|
||||
|
||||
@@ -255,6 +255,10 @@ or multiple files in the file clipboard format.
|
||||
Cycles the pause property. In case the playlist is empty,
|
||||
the most recent file from the recent files list is loaded.
|
||||
|
||||
### playlist-add \<integer\>
|
||||
Changes the playlist position by adding the supplied integer value.
|
||||
If the position goes out of range, it jumpes to the opposite end.
|
||||
|
||||
### playlist-first
|
||||
Jumps to the first playlist entry, if the loaded file is
|
||||
already the first entry, nothing happens.
|
||||
|
||||
Reference in New Issue
Block a user