Reputation: 1705
This is a simple question.
If I want to set the shortcut for one of my commands to Windows V, what string do I use for the "Windows" key modifier?
<Window.InputBindings>
<KeyBinding Command="vm:MainVM.OpenDialogCommand" Key="V" Modifiers="**WHAT DO I PUT HERE**"/>
</Window.InputBindings>
Upvotes: 1
Views: 223