[GH-ISSUE #240] Feature: Ability to open menu on an item when using the / search function #126

Closed
opened 2026-03-02 23:44:47 +03:00 by kerem · 2 comments
Owner

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.

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.
kerem 2026-03-02 23:44:47 +03:00
Author
Owner

@aome510 commented on GitHub (Aug 31, 2023):

you can't open the actions/shortcuts menu on an item without playing the track and exiting the / search first.

You can add a new binding to ShowActionsOnSelectedItem that doesn't involve character, e.g control-{char} or alt-{char}. Please note that ShowActionsOnSelectedItem already has a binding control-space for that purpose.

<!-- gh-comment-id:1700290890 --> @aome510 commented on GitHub (Aug 31, 2023): > you can't open the actions/shortcuts menu on an item without playing the track and exiting the / search first. You can add a new binding to `ShowActionsOnSelectedItem` that doesn't involve character, e.g `control-{char}` or `alt-{char}`. Please note that `ShowActionsOnSelectedItem` already has a binding `control-space` for that purpose.
Author
Owner

@noelpilled commented on GitHub (Aug 31, 2023):

Ah, didn't think about that. Thanks!

<!-- gh-comment-id:1700428271 --> @noelpilled commented on GitHub (Aug 31, 2023): Ah, didn't think about that. Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#126
No description provided.