Merge remote-tracking branch 'refs/remotes/ppy/master' into cancel-select-random

This commit is contained in:
EVAST9919
2017-06-22 04:28:47 +03:00
153 changed files with 1626 additions and 471 deletions

View File

@ -377,6 +377,7 @@ namespace osu.Game.Screens.Select
switch (args.Key)
{
case Key.KeypadEnter:
case Key.Enter:
raiseSelect();
return true;