browserui/browser/BrowserAppSrc/BrowserContentViewContainer.cpp
changeset 19 16a119033e3e
parent 15 e45c3f40ea5f
child 22 d6f226a5ad2c
--- a/browserui/browser/BrowserAppSrc/BrowserContentViewContainer.cpp	Thu Aug 27 07:42:55 2009 +0300
+++ b/browserui/browser/BrowserAppSrc/BrowserContentViewContainer.cpp	Thu Sep 24 12:40:29 2009 +0300
@@ -264,12 +264,7 @@
 
         }   // End of handling key events for zooming
 
-    // convert Enter key to KeyOk, this is only for emulator
-    if ( aType == EEventKey &&  keyEvent.iCode == EKeyEnter )
-        {
-        keyEvent.iCode = EKeyOK;
-        }
-
+    
     // Web Engine opens the highlighted link into a new window. (long press)
     // Currently the option is disabled and the link is opened in the same window
     // The commented part below enables the "Open link in new window" option on long press.