[NTUSER][KBSWITCH] Realize Alt+Shift keyboard switch (retry) (#4721)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Sun, 25 Sep 2022 23:07:50 +0000 (08:07 +0900)
committerGitHub <noreply@github.com>
Sun, 25 Sep 2022 23:07:50 +0000 (08:07 +0900)
commit2469ce2c317ba8c8ab0f49feeb3fecad15cca19e
tree1013044c1c672ac19956c7b90a66b943c2af7986
parent38870875ba5d9ddcf381aaf41f8b8ad2cc9d668f
[NTUSER][KBSWITCH] Realize Alt+Shift keyboard switch (retry) (#4721)

Alt+Shift is a useful key combination to switch the current keyboard layout. CORE-11737
- Add ID_NEXTLAYOUT command to kbswitch.
- Send command ID_NEXTLAYOUT to kbswitch on Alt+Shift key combination in WM_SYSKEYDOWN handling of IntDefWindowProc function.
- Make IntFindWindow a non-static function.
base/applications/kbswitch/kbswitch.c
base/applications/kbswitch/resource.h
win32ss/user/ntuser/defwnd.c
win32ss/user/ntuser/window.c
win32ss/user/ntuser/window.h