mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #505] When in openCommandHelp, difficult to get out #1227
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @khalua on GitHub (Jul 12, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/505
When pressing "?" a very helpful screen shows up, but then there is no easy way to get out or close that screen and go back to what you were previously doing. If you are 3 levels deep into a browse session, for example, no easy way to get back except to go through the 3 steps to get to it again.
Why not treat "?" it like a pop up and have the ESC key take you back to where you previously were?
Or maybe pressing "?" again toggles the help commands on and off.
@aome510 commented on GitHub (Jul 12, 2024):
CommandHelpused to be popup. It was changed to a page to allow searching in the page. Search creates another popup andspotify_playersupports only one active popup. You can pressbackspaceto exit the command help page.@khalua commented on GitHub (Jul 14, 2024):
ahh backspace! perfect. TY. I think it would be helpful to add "close help" to the PreviousPage description... something like
"go to previous page / close help" or in Commands title at top of window "Commands (backspace to exit)"