microsoft / XamlBehaviorsWpf

Home for WPF XAML Behaviors on GitHub.
MIT License
839 stars 138 forks source link

Fixed KeyTrigger where the Alt key was being seen as Key.System #176

Closed brianlagunas closed 3 weeks ago

brianlagunas commented 3 weeks ago

Fixes #175

There are not unit tests because WPF makes it impossible to simulate modifier keys in a unit test.

brianlagunas commented 3 weeks ago

@mgoertz-msft Looks like we have some build errors I do not have access to fix

Error: System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)

mgoertz-msft commented 3 weeks ago

@jstedfast Could you please help Brian with this? Thank you!