Skip to content

Support language input keys #63034

Description

@cm3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions