https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2196a06fc1d11243899e36...
commit 2196a06fc1d11243899e36124c965ee0399bd31b Author: Andrej Bartulin andrej.bartulinvr@gmail.com AuthorDate: Mon Dec 20 15:23:16 2021 +0100 Commit: GitHub noreply@github.com CommitDate: Mon Dec 20 15:23:16 2021 +0100
[KEYBOARD] Switch to QWERTZ for Croatian keyboard layout (#4177) --- dll/keyboard/kbdcr/kbdcr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dll/keyboard/kbdcr/kbdcr.c b/dll/keyboard/kbdcr/kbdcr.c index 87345c22187..64f26976dc7 100644 --- a/dll/keyboard/kbdcr/kbdcr.c +++ b/dll/keyboard/kbdcr/kbdcr.c @@ -41,7 +41,7 @@ ROSDATA USHORT scancode_to_vk[] = { /* - 0f - */ /* First Letters Row */ VK_TAB, 'Q', 'W', 'E', - 'R', 'T', 'Y', 'U', + 'R', 'T', 'Z', 'U', 'I', 'O', 'P', VK_OEM_4, VK_OEM_6, VK_RETURN, /* - 1d - */ @@ -53,7 +53,7 @@ ROSDATA USHORT scancode_to_vk[] = { VK_LSHIFT, VK_OEM_5, /* - 2c - */ /* Third letters row */ - 'Z', 'X', 'C', 'V', + 'Y', 'X', 'C', 'V', 'B', 'N', 'M', VK_OEM_COMMA, VK_OEM_PERIOD,VK_OEM_2, VK_RSHIFT | KBDEXT, /* - 37 - */