Language input keys are not defined in
That causes issues like PowerShell/PSReadLine#2206.
So I recommend ConsoleKey to include:
- Convert / 28 / 0x1C
- NonConvert / 29 / 0x1D
Virtual-Key Codes (Winuser.h) - Win32 apps | Microsoft Docs lists up other language input keys, too. And, according to the entry in Windows Blog for Japan (Japanese), codes below also should be added.
- ImeOn / 22 / 0x16
- ImeOff / 26 / 0x1A
Language input keys are not defined in
That causes issues like PowerShell/PSReadLine#2206.
So I recommend ConsoleKey to include:
Virtual-Key Codes (Winuser.h) - Win32 apps | Microsoft Docs lists up other language input keys, too. And, according to the entry in Windows Blog for Japan (Japanese), codes below also should be added.