mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 23:27:34 +08:00
995c244cee
With the recent changes to the order of processing key bindings (`GlobalAction`s are handled first), having the alt-wheel bindings in here causes a regression as they are handled before `OnScroll` events. Specifically, this means editor alt-scroll functionality no longer works with the default bindings. Removing the bindings fixes this, while also still allowing alt-wheel adjustment of the volume via `VolumeControlReceptor`: |
||
---|---|---|
.. | ||
Bindings | ||
Handlers | ||
ConfineMouseTracker.cs | ||
GameIdleTracker.cs | ||
IdleTracker.cs | ||
KeyBindingStore.cs | ||
OsuConfineMouseMode.cs |