bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp
branchRCL_3
changeset 72 4b59561a31c0
parent 61 269724087bed
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
   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 
   429     if ((aKeyEvent.iCode != EKeyLeftArrow) && 
   437     if ((aKeyEvent.iCode != EKeyLeftArrow) && 
   430         (aKeyEvent.iCode != EKeyRightArrow))
   438         (aKeyEvent.iCode != EKeyRightArrow))
   431         {
   439         {
   432 		TRACE_FUNC_EXIT        
   440 		TRACE_FUNC_EXIT        
   433         return iDeviceList->OfferKeyEventL(aKeyEvent, aType);
   441         return iDeviceList->OfferKeyEventL(aKeyEvent, aType);