Changed controlKey display character, per Alex's request.
authorKent Sutherland <ksuther@ithinksw.com>
Sat, 26 Nov 2005 17:53:26 +0000 (17:53 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Sat, 26 Nov 2005 17:53:26 +0000 (17:53 +0000)
ITKeyCombo.m

index fc43061..0c53641 100644 (file)
@@ -90,7 +90,7 @@
        static long modToChar[4][2] = {
                { cmdKey, 0x23180000 },
                { optionKey, 0x23250000 },
-               { controlKey, 0x005E0000 },
+               { controlKey, 0x23030000 },
                { shiftKey, 0x21e70000 }
        };