diff -r 6ceef9a83b1a -r 6defe5d1bd39 fep/aknfep/src/AknFepFnKeyManager.cpp --- a/fep/aknfep/src/AknFepFnKeyManager.cpp Mon Mar 15 12:42:02 2010 +0200 +++ b/fep/aknfep/src/AknFepFnKeyManager.cpp Wed Mar 31 22:08:20 2010 +0300 @@ -112,10 +112,11 @@ if(keyboardType == EPtiKeyboardHalfQwerty && EFnKeyNext == iFnKeyState && aState == EFnKeyNone) { - if(aState == EFnKeyNext && keyboardType == EPtiKeyboardHalfQwerty) - { - iFepMan.PtiEngine()->CancelTimerActivity(); - } + + //if(aState == EFnKeyNext && keyboardType == EPtiKeyboardHalfQwerty) + // { + // iFepMan.PtiEngine()->CancelTimerActivity(); + // } iFnKeyState = aState; iFepMan.SetCase( (TCase)iPreviousCase ); iFepMan.UpdateIndicators();