reactos/win32ss/user/user32/windows
Katayama Hirofumi MZ fcc4384554
[USER32][KBDJA] Implement CliImmSetHotKey (#4504)
- Fix Japanese keyboard about [Shift]+[0] and [半/全] (VK_PROCESSKEY).
- Add user32!CliSaveImeHotKey helper function.
- Implement user32!CliImmSetHotKey function. This function is forwarded from imm32!ImmSetHotKey.
- Fix user32!TranslateMessage by using imm32!ImmTranslateMessage.
CORE-11700, CORE-18183, CORE-18182
2022-05-11 21:42:32 +09:00
..
accel.c
caret.c
class.c
clipboard.c
cursoricon.c [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
dc.c
defwnd.c [USER32] Don't delay-load-link to imm32.dll (#4328) 2022-01-31 09:30:47 +09:00
dialog.c
draw.c
font.c
hook.c
input.c [USER32][KBDJA] Implement CliImmSetHotKey (#4504) 2022-05-11 21:42:32 +09:00
mdi.c [NTUSER][USER32] Make NtUserBuildHwndList exclusive (#4485) 2022-05-05 08:49:00 +09:00
menu.c
message.c [USER32][KBDJA] Implement CliImmSetHotKey (#4504) 2022-05-11 21:42:32 +09:00
messagebox.c
nonclient.c
paint.c
prop.c
rect.c
spy.c
text.c
window.c [NTUSER][USER32] Make NtUserBuildHwndList exclusive (#4485) 2022-05-05 08:49:00 +09:00
winpos.c
wndproc_fixup.S