diff -r 9386f31cc85b -r 269724087bed bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp --- a/bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp Wed Sep 01 12:20:04 2010 +0100 +++ b/bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp Tue Sep 14 21:37:10 2010 +0300 @@ -426,14 +426,6 @@ 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)) {