From a53c7004d60758de0341766f8b21c60bf612131b Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Fri, 18 Oct 2024 10:53:58 -0500 Subject: [PATCH] fix: clarifies search help text --- help_text.go | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/help_text.go b/help_text.go index 7762e43..663a464 100644 --- a/help_text.go +++ b/help_text.go @@ -46,14 +46,18 @@ a add playlist or song to queue ` const helpSearchPage = ` -artist, album, or song tab +artist, album/genre, or song tab Down focus search field Left previous column Right next column - Enter recursively add item to quue - a recursively add item to quue - g toggle genre search / start search + g toggle genre search +In album tab + Enter/a recursively add item to quue +In genre tab + Enter shows songs with genre +In song tab + Enter/a adds song to queue search field Enter search for text `