fep/aknfep/src/AknFepUiInputstateInitialStrokeFind.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 0 eb1f2e154e89
equal deleted inserted replaced
8:6ceef9a83b1a 10:6defe5d1bd39
    59         }
    59         }
    60     else if (aLength == EShortKeyPress) 
    60     else if (aLength == EShortKeyPress) 
    61         {
    61         {
    62         if (aKey == EPtiKeyStar)
    62         if (aKey == EPtiKeyStar)
    63             {
    63             {
    64             if (aLength == EShortKeyPress)
    64        	    if (fepMan->EditSubmenuInUse())
    65             	{
       
    66        	        if (fepMan->EditSubmenuInUse())
       
    67         		 	{
       
    68 					fepMan->ClearCcpuFlag(CAknFepManager::ECcpuStateIgnoreStarUp);
       
    69         	        return ret;
       
    70         	        }                        
       
    71                 else if (fepMan->IsAbleToLaunchSCT())
       
    72                     {
       
    73                     fepMan->LaunchSpecialCharacterTableL();
       
    74                     }    	
       
    75             	}
       
    76          	else
       
    77         	    {
    65         	    {
    78        	        if (fepMan->EditSubmenuInUse())
    66 				fepMan->ClearCcpuFlag(CAknFepManager::ECcpuStateIgnoreStarUp);
    79             	    {
    67         	    return ret;
    80        			    fepMan->LaunchSpecialCharacterTableL();                
    68         	    }                        
    81         	        }        	
    69             else if (fepMan->IsAbleToLaunchSCT())
    82                 }
    70                 {
       
    71                 fepMan->LaunchSpecialCharacterTableL();
       
    72                 }    
    83             }   
    73             }   
    84         else if (iOwner->IsValidChineseInputKey(aKey))
    74         else if (iOwner->IsValidChineseInputKey(aKey))
    85             {
    75             {
    86             ptiengine->AppendKeyPress((TPtiKey)aKey);
    76             ptiengine->AppendKeyPress((TPtiKey)aKey);
    87             TPtrC text = ptiengine->GetPhoneticSpelling(1);
    77             TPtrC text = ptiengine->GetPhoneticSpelling(1);