From ef45f4e214eb63c0e816be27f9ae81e38dd6ce9e Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Mon, 9 Apr 2012 09:37:24 +0200 Subject: [PATCH] add Ctrl+E as addtional search short-cut, fixes #281 --- ILSpy/MainWindow.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ILSpy/MainWindow.xaml.cs b/ILSpy/MainWindow.xaml.cs index ac1ae1675..57b61d1c4 100644 --- a/ILSpy/MainWindow.xaml.cs +++ b/ILSpy/MainWindow.xaml.cs @@ -329,6 +329,8 @@ namespace ICSharpCode.ILSpy AboutPage.Display(decompilerTextView); } } + + NavigationCommands.Search.InputGestures.Add(new KeyGesture(Key.E, ModifierKeys.Control)); } #region Update Check