未验证 提交 9038e9fd 编写于 作者: J Julien Couvreur 提交者: GitHub

Bind Return key in ChangeSignature dialog (#25983)

上级 90f1824a
......@@ -49,6 +49,7 @@
<KeyBinding Key="Up" Modifiers="Alt" Command="{StaticResource MoveUp}" />
<KeyBinding Key="Down" Modifiers="Alt" Command="{StaticResource MoveDown}" />
<KeyBinding Key="Delete" Command="{StaticResource ToggleRemovedState}" />
<KeyBinding Key="Return" Command="{StaticResource ClickOK}" />
</Window.InputBindings>
<Grid Name="ContentGrid" Margin="11,6,11,11">
<Grid.RowDefinitions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册