fep/aknfep/src/AknFepUiInputStateEntryWesternPredictive.cpp
branchRCL_3
changeset 10 6defe5d1bd39
parent 0 eb1f2e154e89
child 19 5e18d8c489d6
equal deleted inserted replaced
8:6ceef9a83b1a 10:6defe5d1bd39
   637     MAknFepManagerUIInterface* fepMan = iOwner->FepMan();
   637     MAknFepManagerUIInterface* fepMan = iOwner->FepMan();
   638     CPtiEngine* ptiengine = iOwner->PtiEngine();
   638     CPtiEngine* ptiengine = iOwner->PtiEngine();
   639 
   639 
   640     if (aLength == ELongKeyPress)
   640     if (aLength == ELongKeyPress)
   641         { 
   641         { 
   642 // Fix for BSAN-7G5944. 
   642 
   643 // In non-ITI mode, during long star key press, initially it is treated as short key press 
   643 // In non-ITI mode, during long star key press, initially it is treated as short key press 
   644 // and the next candidate word is shown. So before displaying the SCT, we revert to
   644 // and the next candidate word is shown. So before displaying the SCT, we revert to
   645 // the previous candidate. In ITI, long star key press does not result in showing the next
   645 // the previous candidate. In ITI, long star key press does not result in showing the next
   646 // candidate, as short key press only launches the candidate list.
   646 // candidate, as short key press only launches the candidate list.
   647 // So reverting to the previous candidate is not needed in ITI mode.        
   647 // So reverting to the previous candidate is not needed in ITI mode.