Skip to content

Commit

Permalink
Support user press delete command from keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 11, 2022
1 parent e98c6aa commit 5b42b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AddInManager/View/FrmAddInManager.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

</ResourceDictionary>
</Window.Resources>
<Window.InputBindings>
<KeyBinding Command="{Binding RemoveCommand}" Gesture="Del" />
</Window.InputBindings>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="30" />
Expand Down

0 comments on commit 5b42b76

Please sign in to comment.