Skip to content

KeyTrigger doesn't invoke the command using "ALT" Modifier Key #175

@salvatorefrancostats

Description

@salvatorefrancostats

Describe the bug
Keytriggers with modifier "ALT" doesn't invoke the command

To Reproduce
Steps to reproduce the behavior:

  1. Create a WPF Application
  2. Create MainWindow
  3. Add a keytrigger with Key="Up" and Modifiers="Alt"
  4. Add an InvokeCommandAction and bind Command1
  5. Add breakpoints on Command1
  6. Run the application
  7. Press Alt+Up on the keyboard

Current behavior
Command1 won't be fired
Expected behavior
Command1 will be fired

Screenshots
image

Desktop (please complete the following information):

  • Version with bug: 1.1.122

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions