mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Stop HitObjectComposer
from handling Shift
+Number
keys
This commit is contained in:
parent
83dd295b22
commit
d0e6bda9ef
@ -238,7 +238,7 @@ namespace osu.Game.Rulesets.Edit
|
|||||||
|
|
||||||
protected override bool OnKeyDown(KeyDownEvent e)
|
protected override bool OnKeyDown(KeyDownEvent e)
|
||||||
{
|
{
|
||||||
if (e.ControlPressed || e.AltPressed || e.SuperPressed)
|
if (e.ControlPressed || e.AltPressed || e.SuperPressed || e.ShiftPressed)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (checkLeftToggleFromKey(e.Key, out int leftIndex))
|
if (checkLeftToggleFromKey(e.Key, out int leftIndex))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user