19 Feb
2026
19 Feb
'26
11:23 a.m.
LOWORD(hkl) is currently fixed to the system locale. If the keyboard layout language can be determined, that value should be used to replace LOWORD(hkl). In addition, the part in NtUserActivateKeyboardLayout that compares LOWORD(hkl) with the locale should also be updated. I believe it should at least be allowed when the window procedure is Unicode. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10138#note_129982