mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
MasterWord: Ignore unhandled keydown events
This makes Action shortcuts work again. :^)
This commit is contained in:
@@ -113,6 +113,8 @@ void WordGame::keydown_event(GUI::KeyEvent& event)
|
||||
reset();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
event.ignore();
|
||||
}
|
||||
|
||||
update();
|
||||
|
||||
Reference in New Issue
Block a user