Home | History | Annotate | Download | only in mac

Lines Matching refs:Enter

105     case 76: // Enter
596 // "Enter"
597 case 0x3: case 0xA: case 0xD: // Macintosh calls the one on the main keyboard Return, but Windows calls it Enter, so we'll do the same for the DOM
598 return @"Enter";
888 // Always use 13 for Enter/Return -- we don't want to use AppKit's
889 // different character for Enter.