Quantcast
Channel: AvalonDock
Viewing all articles
Browse latest Browse all 2690

Created Issue: [2.0.0858] InputBindings problem [15276]

$
0
0
I have added to AvalonDock.MVVMTestApp some input bindings:
<Window.InputBindings>
<KeyBinding Gesture="Ctrl+N" Command="{Binding NewCommand}"/>
<KeyBinding Gesture="Ctrl+O" Command="{Binding OpenCommand}"/>
<KeyBinding Gesture="Ctrl+S" Command="{Binding ActiveDocument.SaveCommand}"/>
</Window.InputBindings>

But they aren't working until I activate the menu, or create a document and activate it.

Viewing all articles
Browse latest Browse all 2690

Trending Articles