mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
LibGUI: Make the LinkLabel widget keyboard-friendly
Make it tab-focusable and activate it with the return key. :^)
This commit is contained in:
parent
6b6594e3d0
commit
bdff88d8d5
4 changed files with 29 additions and 8 deletions
|
@ -44,6 +44,7 @@ private:
|
|||
virtual void resize_event(ResizeEvent&) override;
|
||||
virtual void enter_event(Core::Event&) override;
|
||||
virtual void leave_event(Core::Event&) override;
|
||||
virtual void keydown_event(KeyEvent&) override;
|
||||
|
||||
virtual void did_change_text() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue