From 7c61fe8b29d42db9d3144a7664e29b20707e2446 Mon Sep 17 00:00:00 2001 From: Matheus Cardoso <45436839+Cardosaum@users.noreply.github.com> Date: Tue, 27 Oct 2020 04:52:41 -0300 Subject: [PATCH] add doc about possibility to add track to playlist (#306) * add doc about possibility to add track to playlist * Update README.md mention "similar tracks" feature as well Co-authored-by: cardosaum Co-authored-by: Henrik Friedrichsen --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cc9f678..d0bd56b 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,15 @@ depending on your desktop environment settings. Have a look at the * `s` will save, `d` will remove the currently selected track to/from your library * `o` will open a detail view or context menu for the selected item + * if the _selected item_ is **not** a track: + * opens a detail view + * if the _selected item_ **is** a track: + * opens a context menu for the _selected item_ presenting 4 options: + * "Show Artist" + * "Show Album" + * "Share" + * "Add to playlist" + * "Similar tracks" * `Shift-o` will open a context menu for the currently playing track * `a` will open the album view for the selected item * `A` will open the artist view for the selected item