mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:57:44 +00:00
Presenter: Ignore unhandled keydown events
This makes Action shortcuts work again. :^)
This commit is contained in:
parent
4752d8fd08
commit
97e157708f
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ void PresenterWidget::keydown_event(GUI::KeyEvent& event)
|
|||
event.accept();
|
||||
break;
|
||||
default:
|
||||
event.ignore();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue