aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
3.46k stars 149 forks source link

Ask confirmation before quiting #412

Closed miguelbarao closed 5 months ago

miguelbarao commented 5 months ago

Is your feature already implemented in the latest master? Not implemented.

Is your feature request related to a problem? Please describe. I tend to use q to close a window, but it immediately quits the application and stops playing. This is frustrating.

Describe the solution you'd like Asking for confirmation before quitting could prevent this.

aome510 commented 5 months ago

it might be better for you to re-bind q to ClosePopup and use another shortcut to quit the app (C-c for example)

miguelbarao commented 5 months ago

Thanks for the suggestion. This solves it.