browserui/browser/FavouritesSrc/BrowserBookmarksContainer.cpp
changeset 15 d6f226a5ad2c
parent 10 4530440261a8
child 24 868cceedabd3
equal deleted inserted replaced
11:16a119033e3e 15:d6f226a5ad2c
   410             // If fetching is in progress, no key events are offered, to prevent it
   410             // If fetching is in progress, no key events are offered, to prevent it
   411             // from getting the focus and popping up a new CBA.
   411             // from getting the focus and popping up a new CBA.
   412 
   412 
   413             // Enter Key now handled through HandleCommand in BrowserBookmarksView like MSK
   413             // Enter Key now handled through HandleCommand in BrowserBookmarksView like MSK
   414             // This change affects the enter key on the QWERTY keyboard when we run emulator
   414             // This change affects the enter key on the QWERTY keyboard when we run emulator
   415             if ( EStdKeyEnter == aKeyEvent.iScanCode && EEventKeyUp == aType &&
   415             if ( EStdKeyEnter == aKeyEvent.iScanCode && EEventKey == aType &&
   416                  AknLayoutUtils::MSKEnabled() &&
   416                  AknLayoutUtils::MSKEnabled() &&
   417                  ( iGotoPaneActive || iSearchPaneActive ) )
   417                  ( iGotoPaneActive || iSearchPaneActive ) )
   418                 {
   418                 {
   419                 // Handle MSK press
   419                 // Handle MSK press
   420                 CEikButtonGroupContainer* myCba = CEikButtonGroupContainer::Current();
   420                 CEikButtonGroupContainer* myCba = CEikButtonGroupContainer::Current();