webengine/osswebengine/WebCore/platform/symbian/PlatformKeyEventSymbian.cpp
changeset 11 c8a366e56285
parent 10 a359256acfc6
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    72         // "End"
    72         // "End"
    73         case EKeyEnd:
    73         case EKeyEnd:
    74             return "End";
    74             return "End";
    75         // "Enter"
    75         // "Enter"
    76         case EKeyEnter:
    76         case EKeyEnter:
       
    77             return "Enter";
    77         case EKeyDevice3: // Macintosh calls the one on the main keyboard Return, but Windows calls it Enter, so we'll do the same for the DOM
    78         case EKeyDevice3: // Macintosh calls the one on the main keyboard Return, but Windows calls it Enter, so we'll do the same for the DOM
    78             return "Enter";
    79             return "MSK";
    79 
    80 
    80         // "EraseEof"
    81         // "EraseEof"
    81 
    82 
    82         // "Execute"
    83         // "Execute"
    83 //        case NSExecuteFunctionKey:
    84 //        case NSExecuteFunctionKey: