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:
parent
10a3a5300c
commit
cc89770875
|
@ -51,6 +51,7 @@ static const CKeyEntry s_controlKeys[] = {
|
|||
{ kKeyEnd, 119 },
|
||||
{ kKeyPageUp, 116 },
|
||||
{ kKeyPageDown, 121 },
|
||||
{ kKeyInsert, 114 },
|
||||
|
||||
// function keys
|
||||
{ kKeyF1, 122 },
|
||||
|
|
Loading…
Reference in New Issue