From 41d398eb8300b386ea825f6a91f389785c56b1fa Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Thu, 10 Apr 2003 00:48:23 +0000 Subject: [PATCH] Control is represented by the funny thing now, not the carat. --- KeyCombo.m | 2 +- OldMainController.m | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/KeyCombo.m b/KeyCombo.m index c2bd008..edebd68 100755 --- a/KeyCombo.m +++ b/KeyCombo.m @@ -112,7 +112,7 @@ static long modToChar[4][2] = { { cmdKey, 0x23180000 }, { optionKey, 0x23250000 }, - { controlKey, 0x005E0000 }, + { controlKey, 0x23030000 }, { shiftKey, 0x21e70000 } }; diff --git a/OldMainController.m b/OldMainController.m index cf1b1e7..6b536a2 100755 --- a/OldMainController.m +++ b/OldMainController.m @@ -133,9 +133,7 @@ { 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; -- 2.20.1