mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 05:09:01 +00:00
KeyboardSettings: Also activate keymap via ListView's on_activation
This commit is contained in:
parent
0317882b61
commit
6ed2ded77c
Notes:
sideshowbarker
2024-07-18 04:38:32 +09:00
Author: https://github.com/romch007 🔰
Commit: 6ed2ded77c
Pull-request: https://github.com/SerenityOS/serenity/pull/13733
2 changed files with 12 additions and 1 deletions
|
@ -40,4 +40,6 @@ private:
|
|||
RefPtr<GUI::Button> m_remove_keymap_button;
|
||||
RefPtr<GUI::TextEditor> m_test_typing_area;
|
||||
RefPtr<GUI::Button> m_clear_test_typing_area_button;
|
||||
|
||||
Function<void()> m_activate_keymap_event;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue