widgets/widgetapp/src/WidgetUiWindowContainer.cpp
branchRCL_3
changeset 92 e1bea15f9a39
parent 91 30342f40acbf
child 93 79859ed3eea9
--- 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