webengine/osswebengine/WebCore/platform/symbian/PlatformKeyEventSymbian.cpp
changeset 11 c8a366e56285
parent 10 a359256acfc6
--- a/webengine/osswebengine/WebCore/platform/symbian/PlatformKeyEventSymbian.cpp	Thu Aug 27 07:44:59 2009 +0300
+++ b/webengine/osswebengine/WebCore/platform/symbian/PlatformKeyEventSymbian.cpp	Thu Sep 24 12:53:48 2009 +0300
@@ -74,8 +74,9 @@
             return "End";
         // "Enter"
         case EKeyEnter:
+            return "Enter";
         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
-            return "Enter";
+            return "MSK";
 
         // "EraseEof"