mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 01:00:00 +08:00
Handle the numpad's Enter in cases where only the normal Enter was handled
This commit is contained in:
@@ -45,6 +45,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
case Key.Up:
|
||||
case Key.Down:
|
||||
return false;
|
||||
case Key.KeypadEnter:
|
||||
case Key.Enter:
|
||||
if (!AllowCommit) return false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user