Change sybolic constant for insert key
This commit is contained in:
parent
c6039fc399
commit
f28d9bcd8c
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ - (void)render_frame_received:(id)displayIDAsID
|
|||
case 0x1b: // Esc
|
||||
if (modifierFlags & (NSEventModifierFlagCommand | NSEventModifierFlagControl)) return true;
|
||||
break;
|
||||
case NSInsertFunctionKey: // Insert
|
||||
case NSHelpFunctionKey: // For some reason keyboards with an insert key have it mapped to help
|
||||
if (!modifierFlags || modifierFlags == NSEventModifierFlagShift) return true;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue