mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
KeyboardMapper: Without arguments, load current keymap
This commit is contained in:
parent
dd4e670f72
commit
d9e7e13fb2
Notes:
sideshowbarker
2024-07-18 22:40:22 +09:00
Author: https://github.com/BenWiederhake
Commit: d9e7e13fb2
Pull-request: https://github.com/SerenityOS/serenity/pull/5192
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bcoles
Reviewed-by: https://github.com/emanuele6
Reviewed-by: https://github.com/linusg
3 changed files with 23 additions and 6 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
|
||||
void create_frame();
|
||||
void load_from_file(const String);
|
||||
void load_from_system();
|
||||
void save();
|
||||
void save_to_file(const StringView&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue