Control is represented by the funny thing now, not the carat.
authorKent Sutherland <ksuther@ithinksw.com>
Thu, 10 Apr 2003 00:48:23 +0000 (00:48 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Thu, 10 Apr 2003 00:48:23 +0000 (00:48 +0000)
KeyCombo.m
OldMainController.m

index c2bd008..edebd68 100755 (executable)
     static long modToChar[4][2] = {
             { cmdKey,  0x23180000 },
             { optionKey,       0x23250000 },
-            { controlKey,      0x005E0000 },
+            { controlKey,      0x23030000 },
             { shiftKey,        0x21e70000 }
     };
     
index cf1b1e7..6b536a2 100755 (executable)
 {
     if (!note || [[[note userInfo] objectForKey:@"NSApplicationName"] isEqualToString:[currentRemote playerFullName]]) {
         [NSThread detachNewThreadSelector:@selector(startTimerInNewThread) toTarget:self withObject:nil];
-        
         [self rebuildMenu];
-        [statusItem setMenu:menu];
         [self setupHotKeys];
         isAppRunning = ITMTRemotePlayerRunning;
         return;