diff -r 4530440261a8 -r 16a119033e3e browserui/browser/BrowserAppSrc/BrowserContentViewContainer.cpp --- 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.