mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Kernel+LibKeyboard: Enable querying the current keymap
This commit is contained in:
parent
d47ed35801
commit
a2c21a55e1
Notes:
sideshowbarker
2024-07-18 22:40:32 +09:00
Author: https://github.com/BenWiederhake
Commit: a2c21a55e1
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
6 changed files with 46 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue