mirror of
https://github.com/ppy/osu
synced 2025-01-04 13:22:08 +00:00
Fix ctrl-z in editor also seeking to start in addition to undo
This commit is contained in:
parent
0771265caf
commit
aeca138930
@ -422,6 +422,8 @@ namespace osu.Game.Screens.Edit
|
||||
|
||||
protected override bool OnKeyDown(KeyDownEvent e)
|
||||
{
|
||||
if (e.ControlPressed || e.AltPressed || e.SuperPressed) return false;
|
||||
|
||||
switch (e.Key)
|
||||
{
|
||||
case Key.Left:
|
||||
|
Loading…
Reference in New Issue
Block a user