1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 17:45:08 +00:00

Base: Rename some keymaps to use xx-xx format where appropriate

- en.json -> en-us.json
- gb.json -> en-gb.json
- ptbr.json -> pt-br.json
- ptpt.json -> pt-pt.json
This commit is contained in:
Linus Groh 2021-02-01 19:12:41 +01:00 committed by Andreas Kling
parent de676bbf97
commit ee41d6e154
7 changed files with 4 additions and 4 deletions

View file

@ -404,7 +404,7 @@ KeyboardDevice::KeyboardDevice()
: IRQHandler(IRQ_KEYBOARD)
, CharacterDevice(85, 1)
, m_controller(I8042Controller::the())
, m_character_map("en", DEFAULT_CHARACTER_MAP)
, m_character_map("en-us", DEFAULT_CHARACTER_MAP)
{
}