equal
deleted
inserted
replaced
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 |