Fix BlueprintContainer triggering assert when left and right mouse button are pressed together
Stop mod select overlay hotkeys handling input when control is pressed
Always store standardised score when populating ScoreInfo
Closes https://github.com/ppy/osu/issues/10766 in about the best way we can for now.
Fix editor quick delete being triggerable from left mouse button
Force beatmap listing overlay's textbox back on screen when a key is pressed
Closes https://github.com/ppy/osu/issues/10629.
Not the cleanest solution, but works for now. Will eventually be replaced after the header is updated to reflect the latest designs (which keeps it on screen in all cases). Closes https://github.com/ppy/osu/issues/10703.
Replace rankHistory in JsonProperty with rank_history for consistency
Simplify input buttons/keys in tests
Update framework
Add user caching / lookup component and consume in the currently playing display
Fix legacy patcher crash on no objects present