Browse Source

add Ctrl+E as addtional search short-cut, fixes #281

pull/348/head
Siegfried Pammer 14 years ago
parent
commit
ef45f4e214
  1. 2
      ILSpy/MainWindow.xaml.cs

2
ILSpy/MainWindow.xaml.cs

@ -329,6 +329,8 @@ namespace ICSharpCode.ILSpy
AboutPage.Display(decompilerTextView); AboutPage.Display(decompilerTextView);
} }
} }
NavigationCommands.Search.InputGestures.Add(new KeyGesture(Key.E, ModifierKeys.Control));
} }
#region Update Check #region Update Check

Loading…
Cancel
Save