fep/aknfep/src/AknFepFnKeyManager.cpp
branchRCL_3
changeset 7 6defe5d1bd39
parent 0 eb1f2e154e89
child 19 ac7e4d1d9209
equal deleted inserted replaced
6:6ceef9a83b1a 7:6defe5d1bd39
   110     TPtiKeyboardType keyboardType = iFepMan.KeyboardLayout();
   110     TPtiKeyboardType keyboardType = iFepMan.KeyboardLayout();
   111     //This function is only supported for EFnKeyNext and half Qwerty keypad at the moment.
   111     //This function is only supported for EFnKeyNext and half Qwerty keypad at the moment.
   112     if(keyboardType == EPtiKeyboardHalfQwerty && EFnKeyNext == iFnKeyState &&
   112     if(keyboardType == EPtiKeyboardHalfQwerty && EFnKeyNext == iFnKeyState &&
   113         aState == EFnKeyNone)
   113         aState == EFnKeyNone)
   114         {    
   114         {    
   115         if(aState == EFnKeyNext && keyboardType == EPtiKeyboardHalfQwerty)
   115         
   116         	{
   116         //if(aState == EFnKeyNext && keyboardType == EPtiKeyboardHalfQwerty)
   117         	iFepMan.PtiEngine()->CancelTimerActivity();
   117         //	{
   118         	}
   118         //	iFepMan.PtiEngine()->CancelTimerActivity();
       
   119         //	}
   119         iFnKeyState = aState;
   120         iFnKeyState = aState;
   120         iFepMan.SetCase( (TCase)iPreviousCase );
   121         iFepMan.SetCase( (TCase)iPreviousCase );
   121         iFepMan.UpdateIndicators();
   122         iFepMan.UpdateIndicators();
   122         }
   123         }
   123 #ifdef RD_INTELLIGENT_TEXT_INPUT  
   124 #ifdef RD_INTELLIGENT_TEXT_INPUT