mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #125] Shortcut to add to queue #990
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#990
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 (Feb 9, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/125
I can add a track to the queue by using the "AddToQueue" action in the actions list, but I would like to be able to do this with a direct shortcut. So just pressing "Z" to add the selected track to the queue (or something similar)
@aome510 commented on GitHub (Feb 12, 2023):
Should be fixed with #130, which added AddSelectedItemToQueue command (default bind to
Z)@bartlibert commented on GitHub (Feb 13, 2023):
Great, such fast work!
Due to some unforseen circumstances, I cannot test it immediately, but I look forward to it!