git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CoreImage effect loads only with OS X 10.4.0 through 10.4.5. It crashes 10.4.6 currently.
[ITKit.git]
/
ITKeyCombo.m
diff --git
a/ITKeyCombo.m
b/ITKeyCombo.m
index
fc43061
..
0c53641
100644
(file)
--- a/
ITKeyCombo.m
+++ b/
ITKeyCombo.m
@@
-90,7
+90,7
@@
static long modToChar[4][2] = {
{ cmdKey, 0x23180000 },
{ optionKey, 0x23250000 },
static long modToChar[4][2] = {
{ cmdKey, 0x23180000 },
{ optionKey, 0x23250000 },
- { controlKey, 0x
005E
0000 },
+ { controlKey, 0x
2303
0000 },
{ shiftKey, 0x21e70000 }
};
{ shiftKey, 0x21e70000 }
};