File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public void CheckUpdates(bool synchronous = true)
4848 protected void InitializeOptionRequested ( )
4949 {
5050 // Pressing CTRL (left or right) when the external tool is launched activates the option window
51- OptionsRequested = System . Windows . Input . Keyboard . IsKeyDown ( Key . LeftCtrl ) || System . Windows . Input . Keyboard . IsKeyDown ( Key . LeftCtrl ) ;
51+ OptionsRequested = System . Windows . Input . Keyboard . IsKeyDown ( Key . LeftCtrl ) || System . Windows . Input . Keyboard . IsKeyDown ( Key . RightCtrl ) ;
5252 }
5353
5454 public MessageBoxResult ShowMessage ( string message )
@@ -62,6 +62,11 @@ public MessageBoxResult ShowMessageQuestion(string message)
6262
6363 protected override void OnStartup ( StartupEventArgs e )
6464 {
65+
66+ #if DEBUG
67+ System . Diagnostics . Debugger . Launch ( ) ;
68+ #endif
69+
6570 // Store request to access options
6671 InitializeOptionRequested ( ) ;
6772
You can’t perform that action at this time.
0 commit comments