mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 00:25:07 +00:00
Kernel+LibKeyboard: Store the keymap name when setting system keymap
This way we can query the kernel to see which keymap is currently in use.
This commit is contained in:
parent
8dd0c391e9
commit
00a0e525e6
6 changed files with 32 additions and 6 deletions
|
@ -43,9 +43,13 @@ public:
|
|||
|
||||
u32 get_char(KeyEvent);
|
||||
void set_character_map_data(CharacterMapData character_map_data);
|
||||
void set_character_map_name(const String& character_map_name);
|
||||
|
||||
const String character_map_name();
|
||||
|
||||
private:
|
||||
CharacterMapData m_character_map_data;
|
||||
String m_character_map_name;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue