From abdb0712ef9e62ff570497eb0e7072eb92b23722 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Sat, 26 Nov 2005 17:53:26 +0000 Subject: [PATCH] Changed controlKey display character, per Alex's request. --- ITKeyCombo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ITKeyCombo.m b/ITKeyCombo.m index fc43061..0c53641 100644 --- a/ITKeyCombo.m +++ b/ITKeyCombo.m @@ -90,7 +90,7 @@ static long modToChar[4][2] = { { cmdKey, 0x23180000 }, { optionKey, 0x23250000 }, - { controlKey, 0x005E0000 }, + { controlKey, 0x23030000 }, { shiftKey, 0x21e70000 } }; -- 2.20.1