Using XAML, I want to declare a KeyBinding with Modifiers=”Control” and Key=”[“. The ‘[‘ character is not part of the System.Windows.Input.Key enum. How can I declare this KeyBinding in XAML?
Using XAML, I want to declare a KeyBinding with Modifiers=Control and Key=[. The ‘[‘
Share
Key.OemOpenBrackets&Key.OemCloseBracketsJust tested it with this:
Works for me with or without modifier, possibly the control you declared the binding on is out of focus. Another cause might be the keyboard layout, but i am not sure how the keys are resolved.