Is there an existing feature request for this?
Problem or Motivation
Building a queue while browsing is mouse-heavy: every track requires right-click β context menu β "Play Next" / "Add to Queue". When queueing up many songs from search results, playlists, or home shelves, that's a lot of clicking.
Related but distinct from #52 β that one asks for global (system-wide) shortcuts; this is an in-app hotkey while browsing.
Proposed Solution
A keyboard-first flow: target any track row and press Q to add it to the queue.
- Works anywhere a track row is rendered (search, playlists, home sections, artist pages, history)
- Brief visual confirmation on the row so you know it landed β and the feedback distinguishes whether the track was added next vs appended to the end
- Symmetry in the Queue panel: target a queued track and press Q to remove it
Targeting (which row Q acts on):
- When keyboard focus is on a track row, focus takes precedence over the mouse hover β so keyboard-only navigation is predictable and doesn't depend on where the cursor happens to sit
- When nothing is focused, fall back to the hovered row
- The shortcut is ignored while typing in a search field (or any text input), so Q types a literal "q" as expected
Open questions to confirm before implementing:
- Should Q "add to queue" (append at the end) or "play next"? (Feedback will make the resulting behavior explicit either way.)
- Should the key be configurable?
I have a working implementation of this on my fork and would be happy to open a PR if there's interest β filing this first since a hotkey is more opinionated UX than my other PRs (#363/#364/#365) and I'd like to confirm the interaction fits the app's direction before submitting.
Alternatives Considered
- A hover-visible inline "+" button on each row β more discoverable, but adds visual noise to every row and is still mouse-driven
- Drag-and-drop onto the queue panel β complements this, but doesn't solve the many-tracks-fast case
- Only offering it via the context menu as today β the status quo this tries to improve
Feature Area
UI / Visual
Is there an existing feature request for this?
Problem or Motivation
Building a queue while browsing is mouse-heavy: every track requires right-click β context menu β "Play Next" / "Add to Queue". When queueing up many songs from search results, playlists, or home shelves, that's a lot of clicking.
Related but distinct from #52 β that one asks for global (system-wide) shortcuts; this is an in-app hotkey while browsing.
Proposed Solution
A keyboard-first flow: target any track row and press Q to add it to the queue.
Targeting (which row Q acts on):
Open questions to confirm before implementing:
I have a working implementation of this on my fork and would be happy to open a PR if there's interest β filing this first since a hotkey is more opinionated UX than my other PRs (#363/#364/#365) and I'd like to confirm the interaction fits the app's direction before submitting.
Alternatives Considered
Feature Area
UI / Visual