mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
MasterWord: Ignore unhandled keydown events
This makes Action shortcuts work again. :^)
This commit is contained in:
parent
10c4c552e7
commit
4752d8fd08
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ void WordGame::keydown_event(GUI::KeyEvent& event)
|
||||||
reset();
|
reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
event.ignore();
|
||||||
}
|
}
|
||||||
|
|
||||||
update();
|
update();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue