1
Fork 0
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:
Ben Wiederhake 2021-01-30 22:01:34 +01:00 committed by Andreas Kling
parent a2c21a55e1
commit dd4e670f72
4 changed files with 52 additions and 7 deletions

View file

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