X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0e96faf46397725b657c4947d13cd31fa75aa170..358cf707744dbfe1c85eebc7c44d7cf98bdd42e4:/MainController.m diff --git a/MainController.m b/MainController.m index 2a3d6b3..d185d83 100755 --- a/MainController.m +++ b/MainController.m @@ -103,8 +103,12 @@ static MainController *sharedController; float iTunesVersion; //Turn on debug mode if needed - if ([df boolForKey:@"ITDebugMode"]) { + /*if ((GetCurrentKeyModifiers() & (controlKey | rightControlKey)) != 0) + if ((GetCurrentKeyModifiers() & (optionKey | rightOptionKey)) != 0) + if ((GetCurrentKeyModifiers() & (shiftKey | rightShiftKey)) != 0)*/ + if ([df boolForKey:@"ITDebugMode"] || ((GetCurrentKeyModifiers() & (controlKey | rightControlKey)) != 0)) { SetITDebugMode(YES); + [[StatusWindowController sharedController] showDebugModeEnabledWindow]; } //Check if iTunes 4.7 or later is installed