mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Handle the numpad's Enter in cases where only the normal Enter was handled
This commit is contained in:
@ -371,6 +371,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
switch (args.Key)
|
||||
{
|
||||
case Key.KeypadEnter:
|
||||
case Key.Enter:
|
||||
raiseSelect();
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user