Describe the bug
Keytriggers with modifier "ALT" doesn't invoke the command
To Reproduce
Steps to reproduce the behavior:
- Create a WPF Application
- Create MainWindow
- Add a keytrigger with Key="Up" and Modifiers="Alt"
- Add an InvokeCommandAction and bind Command1
- Add breakpoints on Command1
- Run the application
- Press Alt+Up on the keyboard
Current behavior
Command1 won't be fired
Expected behavior
Command1 will be fired
Screenshots

Desktop (please complete the following information):
- Version with bug: 1.1.122