Founntain / osuplayer

Official osu!player repository. osu!player is a music player for the game osu! made by Dean 'peppy' Herbert. Written in the cross-platform framework AvaloniaUI
MIT License
62 stars 6 forks source link

[REQUEST] Adjust volume with scroll wheel #270

Closed InitialDet closed 5 months ago

InitialDet commented 5 months ago

Currently, we need to click the app to adjust the volume. It would be nice to quickly adjust the volume with the mouse scroll by hovering over the volume icon, similar to YouTube Music, with 1% increments if possible.

This is useful because you don't need to focus/tab out of the current window to adjust the volume (some applications minimize/pause themselves when they lose focus).

Founntain commented 5 months ago

We have to see if this is possible when the focus is currently not on the players main window. (I don't know if the events for that trigger properly when its not in focus)

I'll will test a bit around with it tomorrow

Edit: Just want to add, that Youtube Music Increments in 10% steps