Home | History | Annotate | Download | only in mac

Lines Matching refs:x7F

560         // Turn 0x7F into 0x08, because backspace needs to always be 0x08.
561 case 0x7F:
712 case 8: case 0x7F: return 0x08;
909 case NSF16FunctionKey: return 0x7F;