You should try it. At least combinations like "w+a+space" work. I haven't try with special keys though. My app that needs to handle multiple key presses has boolean array for each action (turn left or right, fire etc.). Corresponding array elements are set in onKeyDown and onKeyUp event handlers.
On 14 дек, 09:50, onceaweek <[email protected]> wrote: > I was wondering whether Androd can catch simultaneous Key Press. > For example, a application does something when a user press HOME and > MENU key simultaneously. > Is it a possible scenario? > > Thank you in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

