[GH-ISSUE #446] Be able to bind keymaps to mouse scroll #244

Closed
opened 2026-03-02 23:45:53 +03:00 by kerem · 0 comments
Owner

Originally created by @paintthinnerrage on GitHub (May 4, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/446

Is your feature already implemented in the latest master?

No

Is your feature request related to a problem? Please describe.

No, it is not.

Describe the solution you'd like

I would like be able to bind the volume to scroll, hence allowing the keymaps to be able to listen / match mouse scroll inputs.

[[keymaps]]
command = "VolumeUp"
key_sequence = "ScrollDown"

[[keymaps]]
command = "VolumeDown"
key_sequence = "ScrollUp"

Describe alternatives you've considered

Using my mouses software I theoretically could add a unused keys to the scroll directions, then use keymaps with those keys.

Additional context

This can be done on the default Spotify client by hovering the volume bar and scrolling.

Originally created by @paintthinnerrage on GitHub (May 4, 2024). Original GitHub issue: https://github.com/aome510/spotify-player/issues/446 **Is your feature already implemented in the latest `master`?** **No** **Is your feature request related to a problem? Please describe.** No, it is not. **Describe the solution you'd like** I would like be able to bind the volume to scroll, hence allowing the keymaps to be able to listen / match mouse scroll inputs. ``` [[keymaps]] command = "VolumeUp" key_sequence = "ScrollDown" [[keymaps]] command = "VolumeDown" key_sequence = "ScrollUp" ``` **Describe alternatives you've considered** Using my mouses software I theoretically could add a unused keys to the scroll directions, then use keymaps with those keys. **Additional context** This can be done on the default Spotify client by hovering the volume bar and scrolling.
kerem 2026-03-02 23:45:53 +03:00
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#244
No description provided.