[PR #931] [MERGED] feat: add mouse scroll to incease/decrease volume #932

Closed
opened 2026-03-03 00:01:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/931
Author: @Alimedhat000
Created: 2/13/2026
Status: Merged
Merged: 2/18/2026
Merged by: @aome510

Base: masterHead: feat/mouse-scroll-volume


📝 Commits (4)

  • c53ead7 feat: add mouse scroll to incease/decrease volume
  • 4c68534 fix: simplify handling with a boolean instead of keymap
  • c3159a7 Merge branch 'master' into feat/mouse-scroll-volume
  • e0ca649 cleanup

📊 Changes

3 files changed (+51 additions, -20 deletions)

View changed files

📝 docs/config.md (+2 -0)
📝 spotify_player/src/config/mod.rs (+6 -0)
📝 spotify_player/src/event/mod.rs (+43 -20)

📄 Description

Adds mouse scroll support to increase/decrease volume.

Resolves #446.

In app.toml:

enable_mouse_scroll_volume = true # enable mouse scrolling to change volume
volume_scroll_step = 5  # percent to change per scroll (default)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/931 **Author:** [@Alimedhat000](https://github.com/Alimedhat000) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `feat/mouse-scroll-volume` --- ### 📝 Commits (4) - [`c53ead7`](https://github.com/aome510/spotify-player/commit/c53ead7e4654fd0e5c0f6cb0bfab60f82cbb4e21) feat: add mouse scroll to incease/decrease volume - [`4c68534`](https://github.com/aome510/spotify-player/commit/4c6853493e04fa80a77a8a715059398bd749dcd9) fix: simplify handling with a boolean instead of keymap - [`c3159a7`](https://github.com/aome510/spotify-player/commit/c3159a760e3050052aac3316e193c72be4243cb4) Merge branch 'master' into feat/mouse-scroll-volume - [`e0ca649`](https://github.com/aome510/spotify-player/commit/e0ca649b12b941f39b20bcdb8e3449faa2dc0623) cleanup ### 📊 Changes **3 files changed** (+51 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `docs/config.md` (+2 -0) 📝 `spotify_player/src/config/mod.rs` (+6 -0) 📝 `spotify_player/src/event/mod.rs` (+43 -20) </details> ### 📄 Description Adds mouse scroll support to increase/decrease volume. Resolves #446. In `app.toml`: ``` enable_mouse_scroll_volume = true # enable mouse scrolling to change volume volume_scroll_step = 5 # percent to change per scroll (default) ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:31 +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#932
No description provided.