fep/aknfep/src/AknFepUiInputStateEntryMiniQwertyZhuyinPhrase.cpp
branchRCL_3
changeset 22 bd83ceabce89
parent 21 ecbabf52600f
equal deleted inserted replaced
21:ecbabf52600f 22:bd83ceabce89
   513     RArray<TInt>* keycodeArray = editPane->KeycodeArray();
   513     RArray<TInt>* keycodeArray = editPane->KeycodeArray();
   514     TInt keystrokeLength = keystroke->Count();
   514     TInt keystrokeLength = keystroke->Count();
   515 
   515 
   516     TBool ret = ETrue;
   516     TBool ret = ETrue;
   517 
   517 
   518     if ( (aKey == EPtiKeyQwertyE || aKey == EPtiKeyQwertyR || 
   518     if ( (iOwner->IsQwertyZhuyinToneMarkKey(aKey)|| aKey == EStdKeySpace)
   519         aKey == EPtiKeyQwertyY || aKey == EPtiKeyQwertyU || aKey == EStdKeySpace)
       
   520         && (aLength == EShortKeyPress) )
   519         && (aLength == EShortKeyPress) )
   521         {
   520         {
   522         if ( keystrokeLength == 0 )
   521         if ( keystrokeLength == 0 )
   523             {
   522             {
   524             iOwner->FepMan()->TryCloseUiL();
   523             iOwner->FepMan()->TryCloseUiL();