Adds binding display for mouse button toggle / HUD toggle keys. - [ ] Depends on #10786 for ease-of-merge
Fix user profile best performance weighting being out of order
Fix possible nullref with non-attached hitobjects
Temporarily fix crash on deleting control point groups
Fix crashes if animation sprite path does not match a file
Fix crash and edge cases of user profile graph implementation
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