mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #240] Feature: Ability to open menu on an item when using the / search function #126
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#126
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 @noelpilled on GitHub (Aug 31, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/240
Is your feature request related to a problem? Please describe.
When using the / search function on a page like your liked songs for example, you can't open the actions/shortcuts menu on an item without playing the track and exiting the / search first.
Describe the solution you'd like
The / search should be changed to be more in line with the g-s search page, where you can tab out of the search bar and interact with items as necessary.
Describe alternatives you've considered
When exiting search, currently selected item is reset to the top of the page. Consider leaving currently selected on where it was during the search. This way you still have to exit the search, but can open the shortcut menu on it without playing the track.
@aome510 commented on GitHub (Aug 31, 2023):
You can add a new binding to
ShowActionsOnSelectedItemthat doesn't involve character, e.gcontrol-{char}oralt-{char}. Please note thatShowActionsOnSelectedItemalready has a bindingcontrol-spacefor that purpose.@noelpilled commented on GitHub (Aug 31, 2023):
Ah, didn't think about that. Thanks!