diff -r a1caeb42b3a3 -r fcdfafb36fe7 uifw/AvKon/animdllinc/AknAnimKeySound.h --- a/uifw/AvKon/animdllinc/AknAnimKeySound.h Thu Jul 15 18:56:19 2010 +0300 +++ b/uifw/AvKon/animdllinc/AknAnimKeySound.h Thu Aug 19 10:11:06 2010 +0300 @@ -131,7 +131,7 @@ * @param key code to be checked. * @return ETrue if blocked. */ - static TBool IsBlockedKeyCode( TInt aScanCode ); + static TBool IsBlockedKeyCode( TBool aSupportQuerty , TInt aScanCode ); /** * Checks if key code is non-blocked. @@ -201,6 +201,9 @@ // Extension for window group information. MAnimGeneralFunctionsWindowExtension* iExt; + //support querty keypad + TBool iSupportQuertyKey; + // Pointer event handling ongoing, block key events TBool iBlockKeyEvents;