Closed salvatorefrancostats closed 2 months ago
Please create a simple reproduction app.
Hi, here is a very simple WPF App, using ALT+ArrowDown the command won't be triggered, if you will change it using CTRL as a modifier it will work.
Hope it helps [WpfApp1.zip](https://github.com/user-attachments/files/16725722/WpfApp1.zip)
It appears that WPF is seeing the Alt key as the System key AND the Modifier key, so the Down key is never registered. This should be an easy fix.
Describe the bug Keytriggers with modifier "ALT" doesn't invoke the command
To Reproduce Steps to reproduce the behavior:
Current behavior Command1 won't be fired Expected behavior Command1 will be fired
Screenshots
Desktop (please complete the following information):