mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Check for exact key
This commit is contained in:
@ -185,7 +185,7 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
if (State == ButtonSystemState.Initial)
|
||||
{
|
||||
if (buttonsTopLevel.Any(b => e.PressedKeys.Contains(b.TriggerKey)))
|
||||
if (buttonsTopLevel.Any(b => e.Key == b.TriggerKey))
|
||||
{
|
||||
logo?.Click();
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user