bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp
branchRCL_3
changeset 72 4b59561a31c0
parent 61 269724087bed
--- a/bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp	Wed Sep 15 12:23:51 2010 +0300
+++ b/bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp	Wed Oct 13 14:43:49 2010 +0300
@@ -426,6 +426,14 @@
         return EKeyWasConsumed;
         }
 
+    // Show popup commands window if selection or enter key is pressed.
+	// It should not go to here, unless | EAknEnableMSK is not set
+    if ((aKeyEvent.iCode == EKeyDevice3) || (aKeyEvent.iCode == EKeyEnter))
+        {
+        iView->ProcessCommandL(EAknSoftkeyContextOptions);        
+        return EKeyWasConsumed;
+        }
+
     if ((aKeyEvent.iCode != EKeyLeftArrow) && 
         (aKeyEvent.iCode != EKeyRightArrow))
         {