mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #382] More mouse/cursor support #1140
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#1140
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 @ALameLlama on GitHub (Feb 29, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/382
Is your feature already implemented in the latest
master?No.
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I love that you can use the mouse to scroll/jump around the song on the playback, but it seems weird that this is the only mouse interaction I've noticed.
I'd love to be able to press an X to go back or click between the menus, click on a song to listen to it, right click to open that songs additional action menu. the best example that comes to mind is lazygit
@ALameLlama commented on GitHub (Feb 29, 2024):
I was looking into this and I'm not entirely sure ratutui supports this, I can see some mouse event stuff but it doesn't look like it supports it on widgets https://github.com/ratatui-org/ratatui/issues/273 which is a shame.
And it looks like most of the things this would be cool on are widgets