1
これは簡単な質問です。"Windows"キーのInputGesture修飾子
私のコマンドのいずれかのショートカットをWindows Vに設定したい場合、「Windows」キー修飾子にはどのような文字列を使用しますか?
<Window.InputBindings>
<KeyBinding Command="vm:MainVM.OpenDialogCommand" Key="V" Modifiers="**WHAT DO I PUT HERE**"/>
</Window.InputBindings>