mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #705] Device select menu should be closeable with escape #281
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#281
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 @joepio on GitHub (Jan 14, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/705
First off: thanks for making and maintaining this! Awesome stuff :)
So, it seems like I can't close the device select menu. Whenever I want to see if some other device is available, and consider switching to it, I'm forced to pick an option, which either causes an unwanted switch or a small gap in playback.
Steps to replicate:
descapeord- nothing happens@OrangeFran commented on GitHub (Jan 15, 2021):
You can use
q. It's like ago backkey. Andctrl-ccloses the application.@joepio commented on GitHub (Jan 15, 2021):
Thanks for helping out, you're right. It didn't occur to me to try
q, I think I assumed it would always quit the entire CLI application.I think
escapeshould be the default here for closing the device select menu:go backin most (CLI) toolsespaceis already being used for going back from error screens, entering hover mode and exiting the help page for keyboard shortcuts.@OrangeFran commented on GitHub (Jan 17, 2021):
I agree with you that the navigation in general should maybe be more uniform. I can't decide which keys to use though. I personally like
qmore. I could imagine implemtingescto always go to the main screen. Andqwill still go just one back. I would like that. What do you think?