diff --git a/osu.Game/Screens/SelectV2/SongSelect.cs b/osu.Game/Screens/SelectV2/SongSelect.cs index 3436855dc1..962c11f345 100644 --- a/osu.Game/Screens/SelectV2/SongSelect.cs +++ b/osu.Game/Screens/SelectV2/SongSelect.cs @@ -234,11 +234,15 @@ namespace osu.Game.Screens.SelectV2 { new FooterButtonMods(modSelectOverlay) { + Hotkey = GlobalAction.ToggleModSelection, Current = Mods, RequestDeselectAllMods = () => Mods.Value = Array.Empty() }, new FooterButtonRandom(), - new FooterButtonOptions(), + new FooterButtonOptions + { + Hotkey = GlobalAction.ToggleBeatmapOptions, + } }; protected override void LoadComplete()