mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
KeyboardMapper: Without arguments, load current keymap
This commit is contained in:
parent
dd4e670f72
commit
d9e7e13fb2
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