mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #753] Action menu shortcut numbers not working anymore #446
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#446
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 @bartlibert on GitHub (Jun 23, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/753
Describe the bug
When I open the action menu on a track (
aorg ashorcut by default), the "number" shortcuts don't work anymore. This started with 0.20.6, so I guess the "vim like motions" change (which is great by the way!), caused this.To Reproduce
ato open the actions for the current track2forGoToRadioExpected behaviour
After pressing
2, the radio for the current track should be startedScreenshots
Environment
@aome510 commented on GitHub (Jun 23, 2025):
Thanks for reporting! @markgandolfo is this something you can help take a look?
@markgandolfo commented on GitHub (Jun 24, 2025):
I'll have a look tonight
@markgandolfo commented on GitHub (Jun 24, 2025):
I think we can just disable it for all
ui.popupdo you see any issue with that?Also, any thoughts on adding some tests to
./tests/? I'm happy to write a unit test for this.@markgandolfo commented on GitHub (Jun 24, 2025):
pull request - https://github.com/aome510/spotify-player/pull/754