1
Fork 0
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:
Ben Wiederhake 2021-01-30 22:30:46 +01:00 committed by Andreas Kling
parent dd4e670f72
commit d9e7e13fb2
3 changed files with 23 additions and 6 deletions

View file

@ -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&);