1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:17:35 +00:00

KeyboardSettings: Also activate keymap via ListView's on_activation

This commit is contained in:
Romain Chardiny 2022-04-18 00:07:01 +02:00 committed by Linus Groh
parent 0317882b61
commit 6ed2ded77c
2 changed files with 12 additions and 1 deletions

View file

@ -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;
};