1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-12 03:57:25 +08:00

Merge branch 'jmeng1/keyboard_shortcuts' of https://github.com/angelaz1/osu into jmeng1/keyboard_shortcuts

This commit is contained in:
Jess Meng 2020-12-13 22:06:08 -08:00
commit 57500666d6
2 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,7 @@ namespace osu.Game.Overlays.Chat.Tabs
selectorTab.Active.Value = false;
}
public void SelectChannelSelectorTab()
public void SelectChannelSelectorTab()
{
SelectTab(selectorTab);
}

View File

@ -332,6 +332,7 @@ namespace osu.Game.Overlays
if (channel != null)
ChannelTabControl.Current.Value = channel;
}
protected override bool OnKeyDown(KeyDownEvent e)
{
if (e.AltPressed)