mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:48:11 +00:00
LibKeyboard+keymap: Support querying the keymap via commandline
This commit is contained in:
parent
a2c21a55e1
commit
dd4e670f72
4 changed files with 52 additions and 7 deletions
|
@ -407,7 +407,7 @@ void KeyboardDevice::set_maps(const Keyboard::CharacterMapData& character_map_da
|
|||
{
|
||||
m_character_map.set_character_map_data(character_map_data);
|
||||
m_character_map.set_character_map_name(character_map_name);
|
||||
dbgln("New Character map '{}' passing to client.", character_map_name);
|
||||
dbgln("New Character map '{}' passed in by client.", character_map_name);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue