mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:02:59 +08:00
Allow ctrl tabbing navigation to chat and song select leaderboards
This commit is contained in:
parent
cc808a9eb1
commit
1342556894
@ -171,6 +171,7 @@ namespace osu.Game.Overlays
|
|||||||
d.Origin = Anchor.BottomLeft;
|
d.Origin = Anchor.BottomLeft;
|
||||||
d.RelativeSizeAxes = Axes.Both;
|
d.RelativeSizeAxes = Axes.Both;
|
||||||
d.OnRequestLeave = channelManager.LeaveChannel;
|
d.OnRequestLeave = channelManager.LeaveChannel;
|
||||||
|
d.Tabbable = true;
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -48,6 +48,7 @@ namespace osu.Game.Screens.Select
|
|||||||
Anchor = Anchor.BottomLeft,
|
Anchor = Anchor.BottomLeft,
|
||||||
Origin = Anchor.BottomLeft,
|
Origin = Anchor.BottomLeft,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Tabbable = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
modsCheckbox = new OsuTabControlCheckbox
|
modsCheckbox = new OsuTabControlCheckbox
|
||||||
|
Loading…
Reference in New Issue
Block a user