mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09: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