示例#1
0
 static SnoopUI()
 {
     AssemblyLoaderHelper.Initialize();
     IntrospectCommand.InputGestures.Add(new KeyGesture(Key.I, ModifierKeys.Control));
     RefreshCommand.InputGestures.Add(new KeyGesture(Key.F5));
     HelpCommand.InputGestures.Add(new KeyGesture(Key.F1));
     ClearSearchFilterCommand.InputGestures.Add(new KeyGesture(Key.Escape));
     CopyPropertyChangesCommand.InputGestures.Add(new KeyGesture(Key.C, ModifierKeys.Control | ModifierKeys.Shift));
 }