Help key (vk 114) translates to Insert correctly now, but may not work expectedly on OSX->OSX. Still better than not working at all.

This commit is contained in:
mthiel 2010-04-20 04:32:49 +00:00
parent 10a3a5300c
commit cc89770875
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ static const CKeyEntry s_controlKeys[] = {
{ kKeyEnd, 119 }, { kKeyEnd, 119 },
{ kKeyPageUp, 116 }, { kKeyPageUp, 116 },
{ kKeyPageDown, 121 }, { kKeyPageDown, 121 },
{ kKeyInsert, 114 },
// function keys // function keys
{ kKeyF1, 122 }, { kKeyF1, 122 },