1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00

Allow ctrl tabbing navigation to chat and song select leaderboards

This commit is contained in:
Joehu 2019-12-15 08:34:57 -08:00
parent cc808a9eb1
commit 1342556894
2 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,7 @@ namespace osu.Game.Overlays
d.Origin = Anchor.BottomLeft;
d.RelativeSizeAxes = Axes.Both;
d.OnRequestLeave = channelManager.LeaveChannel;
d.Tabbable = true;
}),
}
},

View File

@ -48,6 +48,7 @@ namespace osu.Game.Screens.Select
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.Both,
Tabbable = true,
},
},
modsCheckbox = new OsuTabControlCheckbox