mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
MasterWord: Ignore unhandled keydown events
This makes Action shortcuts work again. :^)
This commit is contained in:
parent
10c4c552e7
commit
4752d8fd08
Notes:
sideshowbarker
2024-07-17 04:32:07 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/4752d8fd08 Pull-request: https://github.com/SerenityOS/serenity/pull/16494 Reviewed-by: https://github.com/linusg ✅
@ -113,6 +113,8 @@ void WordGame::keydown_event(GUI::KeyEvent& event)
|
||||
reset();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
event.ignore();
|
||||
}
|
||||
|
||||
update();
|
||||
|
Loading…
Reference in New Issue
Block a user