equal
deleted
inserted
replaced
280 // Close the current active widget |
280 // Close the current active widget |
281 //iWindowManager.CloseWindowsAsync(EFalse); |
281 //iWindowManager.CloseWindowsAsync(EFalse); |
282 return EKeyWasConsumed; |
282 return EKeyWasConsumed; |
283 } |
283 } |
284 |
284 |
|
285 //Ignore application keys(EKeyApplication0-EKeyApplication1F) |
|
286 if( (aKeyEvent.iCode>=EKeyApplication0 && aKeyEvent.iCode<= EKeyApplicationF) || |
|
287 (aKeyEvent.iCode>=EKeyApplication10 && aKeyEvent.iCode<= EKeyApplication1F) ) |
|
288 { |
|
289 return EKeyWasNotConsumed; |
|
290 } |
285 TKeyResponse resp(EKeyWasNotConsumed); |
291 TKeyResponse resp(EKeyWasNotConsumed); |
286 TBool editing(EFalse); |
292 TBool editing(EFalse); |
287 //Reset the iIsOptionsMenuActivated if enabled |
293 //Reset the iIsOptionsMenuActivated if enabled |
288 iWindowManager.View()->DeActivateOptionsMenu(); |
294 iWindowManager.View()->DeActivateOptionsMenu(); |
289 |
295 |