mirror of
https://github.com/reactos/reactos.git
synced 2026-05-09 08:26:34 +08:00
Recently language switching (Alt+Shift) was not working. This PR will fix Alt+Shift (partially). JIRA issue: CORE-18546 - Add WH_KEYBOARD_LL hook to detect Alt+Shift. - Add delay to the action after language change. - Increase g_SpecialIds not to be full. - Delete useless ID_NEXTLAYOUT command.