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

Kernel+LibKeyboard: Enable querying the current keymap

This commit is contained in:
Ben Wiederhake 2021-01-30 21:35:54 +01:00 committed by Andreas Kling
parent d47ed35801
commit a2c21a55e1
6 changed files with 46 additions and 2 deletions

View file

@ -45,6 +45,7 @@ public:
void set_character_map_data(CharacterMapData character_map_data);
void set_character_map_name(const String& character_map_name);
const CharacterMapData& character_map_data() const { return m_character_map_data; };
const String character_map_name();
private: