<p>I have added to AvalonDock.MVVMTestApp some input bindings:</p>
<p> <Window.InputBindings></p>
<p> <KeyBinding Gesture="Ctrl+N" Command="{Binding NewCommand}"/></p>
<p> <KeyBinding Gesture="Ctrl+O" Command="{Binding OpenCommand}"/></p>
<p> <KeyBinding Gesture="Ctrl+S" Command="{Binding ActiveDocument.SaveCommand}"/></p>
<p> </Window.InputBindings> </p>
<p> </p>
<p>But they aren't working until I activate the menu, or create a document and activate it.</p>
Comments: ** Comment from web user: adospace **
<p> <Window.InputBindings></p>
<p> <KeyBinding Gesture="Ctrl+N" Command="{Binding NewCommand}"/></p>
<p> <KeyBinding Gesture="Ctrl+O" Command="{Binding OpenCommand}"/></p>
<p> <KeyBinding Gesture="Ctrl+S" Command="{Binding ActiveDocument.SaveCommand}"/></p>
<p> </Window.InputBindings> </p>
<p> </p>
<p>But they aren't working until I activate the menu, or create a document and activate it.</p>
Comments: ** Comment from web user: adospace **
Hi, could you please confirm that this issue is still live with latest build? thx Ado