bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp
branchRCL_3
changeset 61 269724087bed
parent 56 9386f31cc85b
child 72 4b59561a31c0
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
   424         {
   424         {
   425         iView->HandleCommandL( EBTUICmdDelete );
   425         iView->HandleCommandL( EBTUICmdDelete );
   426         return EKeyWasConsumed;
   426         return EKeyWasConsumed;
   427         }
   427         }
   428 
   428 
   429     // Show popup commands window if selection or enter key is pressed.
       
   430 	// It should not go to here, unless | EAknEnableMSK is not set
       
   431     if ((aKeyEvent.iCode == EKeyDevice3) || (aKeyEvent.iCode == EKeyEnter))
       
   432         {
       
   433         iView->ProcessCommandL(EAknSoftkeyContextOptions);        
       
   434         return EKeyWasConsumed;
       
   435         }
       
   436 
       
   437     if ((aKeyEvent.iCode != EKeyLeftArrow) && 
   429     if ((aKeyEvent.iCode != EKeyLeftArrow) && 
   438         (aKeyEvent.iCode != EKeyRightArrow))
   430         (aKeyEvent.iCode != EKeyRightArrow))
   439         {
   431         {
   440 		TRACE_FUNC_EXIT        
   432 		TRACE_FUNC_EXIT        
   441         return iDeviceList->OfferKeyEventL(aKeyEvent, aType);
   433         return iDeviceList->OfferKeyEventL(aKeyEvent, aType);