diff -r 1934667b0e2b -r 4b59561a31c0 bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp --- 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)) {