History log of /reactos/dll/keyboard/kbdsp/kbdsp.c (Results 1 – 2 of 2)
Revision Date Author Comments
# cdf90707 05-Oct-2022 Stanislav Motylkov <x86corez@gmail.com>

[KEYBOARD] Fix problems in our keyboard layouts

- Fix failing API tests added in 6aacfa93 and c1c12793:
'KbdLayout' test: All failures fixed now
'VirtualKey' test: One of two failures fixed

- T

[KEYBOARD] Fix problems in our keyboard layouts

- Fix failing API tests added in 6aacfa93 and c1c12793:
'KbdLayout' test: All failures fixed now
'VirtualKey' test: One of two failures fixed

- This also should fix related problems with "F17" shortcut key
in the menu items of some programs.

CORE-17906 CORE-3903

show more ...


# 2220e566 05-Aug-2022 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[KEYBOARD][BOOTDATA][TOOLS] Rename keyboard layout files (#4596)

The keyboard layout file names of ReactOS are different from Windows' ones. It was one reason why ImmInstallIMEW fails.
- s/kbdbgm/k

[KEYBOARD][BOOTDATA][TOOLS] Rename keyboard layout files (#4596)

The keyboard layout file names of ReactOS are different from Windows' ones. It was one reason why ImmInstallIMEW fails.
- s/kbdbgm/kbdbu/ Bulgarian (Typewriter)
- s/kbdgrist/kbdgr1/ German_IBM
- s/kbdes/kbdsp/ Spanish (non-alternate!)
- s/kbdja/kbdjpn/ Japanese
- s/kbdko/kbdkor/ Korean
- s/kbdsk/kbdsl/ Slovak
- s/kbdsk1/kbdsl1/ Slovak (QWERTY)
CORE-11700

show more ...