Skip to content

MENU key modifier not working with ModifiedKeyStroke() when French keyboard selected #24

@jkaliem

Description

@jkaliem

I recently discovered that specifying VirtualKeyCode.MENU as one of the modifier key codes for ModifiedKeyStroke() does not work when the French keyboard is selected as the Windows 10 input method. Using the utility KeyboardStateView, it appears that in this scenario VK_CONTROL+VK_ALT is being sent to the target application. When I change the Windows input method to English, this issue does not occur. I also found that specifying VirtualKeyCode.LMENU resolves this problem.

Is this VirtualKeyCode.MENU behavior with the French keyboard by design, or a bug? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions