New menu item and binding: File > Add files to playlist from clipboard (Ctrl+Shift+v)

This commit is contained in:
stax76
2023-12-26 09:22:27 +01:00
parent 86c823bfde
commit 1048dbed40
4 changed files with 17 additions and 6 deletions

View File

@@ -7,8 +7,9 @@
- The conf file reader/writer detects if the user prefers space before and after the equal sign.
- The portable download includes like the installer debug symbols.
- Setup questions on startup removed.
- Pressing shift while drag and drop (and clipboard import) appends
instead of replaces files in the playlist. mpv supports this as well.
- Pressing shift while drag and drop appends instead of replaces
files in the playlist. mpv supports this as well.
- New menu item and binding: `File > Add files to playlist from clipboard` `Ctrl+Shift+v`.
- All list operation suffixes are available on the command line.
- Improved layout in conf editor.