Skip to content

Commit

Permalink
removed ESC KeyBinding
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed May 4, 2021
1 parent b5882f4 commit 0dd152c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rubberduck.Core/UI/Controls/PeekControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
mc:Ignorable="d"
MinWidth="350" MaxWidth="550"
MinHeight="140" MaxHeight="450">
<UserControl.InputBindings>
<KeyBinding Key="Escape" Command="{Binding CloseCommand}" />
</UserControl.InputBindings>
<UserControl.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
Expand Down

0 comments on commit 0dd152c

Please sign in to comment.