On Fri Nov 15 13:46:09 2024 +0000, Rémi Bernon wrote:
Fwiw `ime.h` exists in the Windows SDK and it has these WM_IMEKEYDOWN / WM_IMEKEYUP definitions.
Given that `kbd.h` guards the extra IME virtual keys to WINXP and newer and comments on `ime.h` suggest these are from 1992 or older, I assume the latter is some sort of legacy name (or even typo) since everywhere else `0x0290` and `0x0291` refers to `WM_IME_KEYDOWN` and `WM_IME_KEYUP` respectively.