mirror of
https://github.com/ppy/osu
synced 2025-02-15 01:27:03 +00:00
Fix hotkeys not actually working
This commit is contained in:
parent
a9ba16a2be
commit
a22ad98cb7
@ -288,7 +288,7 @@ namespace osu.Game.Rulesets.Edit
|
||||
|
||||
protected override bool OnKeyDown(KeyDownEvent e)
|
||||
{
|
||||
if (e.ControlPressed || e.AltPressed || e.SuperPressed || e.ShiftPressed)
|
||||
if (e.ControlPressed || e.AltPressed || e.SuperPressed)
|
||||
return false;
|
||||
|
||||
if (checkLeftToggleFromKey(e.Key, out int leftIndex))
|
||||
|
Loading…
Reference in New Issue
Block a user