-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Holding keys to change volume only changes it once, and cannot scroll to change volume in some screens #31267
Comments
To fix alt-scroll, I believe we should add a second global binding for this (and not do explicit implementation again as it was before). For the other cases it sounds like a presence issue.
You can still use global bindings to adjust volume. You can also use the toolbar. |
This offers the defaults users have come to expect while also allowing rebinding (if they don't want it) and better compatibility with other global actions (since this is no longer implemented using `OnScroll` event flow). Addresses part of ppy#31267.
Thanks for fixing both issues!
It probably doesn't help that my global bindings are just letter keys, so they don't seem to work in any screen with a textbox (unless there's a way to unfocus the textbox I'm probably missing?). But I'm happy to accept this as a "user error, stupid bindings" knowing that the Alt issue is just a regression. Scrolling on now playing on the toolbar is great to know though—thanks for that. |
The same issues applies to score result screen |
got a new update but scroll is still broken |
what issue are you seeing? |
Type
Game behaviour
Bug description
As of the latest lazer update, there's a few very noticable changes to volume control behaviour. I'm not sure if any of these are intentional, or a regression caused by #31146 or #31147?
Screenshots or videos
Img.6897.mp4
Apologies for crude video, didn't have any kind of input overlays on hand
My keybindings:
Version
2024.1224.1-lazer
Logs
compressed-logs.zip
The text was updated successfully, but these errors were encountered: