09-16-2011 07:21 PM
I have an app that contains a function that I want to be run when the user hold down a keyboard key. The app will always run in the background and I'd like it to listen for the user to hold down the "a" key even when the user is in any app (mail, calendar, third party app, etc.). Can this be done?
Solved! Go to Solution.
09-20-2011 03:52 PM
No. You could do this from within your app, but you cannot listen for key presses for other applications.
09-20-2011 04:21 PM
09-20-2011 04:23 PM
Yes there is. You can create an ApplicationMenuItemRepository.MENUITEM_SYSTEM Ap
Add a custom menu item to an existing BlackBerry application
05-09-2012 01:05 PM
OK, But if I want to listen to a menu click on the BBEmail application for example, in order to customize my menu item to include the currently selected information (as they currently do in the email application), how would I do that if I can't listen to another application's key activity (i.e via keyListener)