From cc897708756264a249160c813635c9c90afc0502 Mon Sep 17 00:00:00 2001 From: mthiel Date: Tue, 20 Apr 2010 04:32:49 +0000 Subject: [PATCH] Help key (vk 114) translates to Insert correctly now, but may not work expectedly on OSX->OSX. Still better than not working at all. --- lib/platform/COSXKeyState.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/platform/COSXKeyState.cpp b/lib/platform/COSXKeyState.cpp index eaeaa163..13b5f149 100644 --- a/lib/platform/COSXKeyState.cpp +++ b/lib/platform/COSXKeyState.cpp @@ -51,6 +51,7 @@ static const CKeyEntry s_controlKeys[] = { { kKeyEnd, 119 }, { kKeyPageUp, 116 }, { kKeyPageDown, 121 }, + { kKeyInsert, 114 }, // function keys { kKeyF1, 122 },