--- a/widgets/widgetapp/src/WidgetUiWindowContainer.cpp Thu Jul 15 19:53:20 2010 +0300
+++ b/widgets/widgetapp/src/WidgetUiWindowContainer.cpp Thu Aug 19 10:58:56 2010 +0300
@@ -282,6 +282,12 @@
return EKeyWasConsumed;
}
+ //Ignore application keys(EKeyApplication0-EKeyApplication1F)
+ if( (aKeyEvent.iCode>=EKeyApplication0 && aKeyEvent.iCode<= EKeyApplicationF) ||
+ (aKeyEvent.iCode>=EKeyApplication10 && aKeyEvent.iCode<= EKeyApplication1F) )
+ {
+ return EKeyWasNotConsumed;
+ }
TKeyResponse resp(EKeyWasNotConsumed);
TBool editing(EFalse);
//Reset the iIsOptionsMenuActivated if enabled