Thanks for your advice, Diego.

Unfortunately, your codes does not do what I need to do. Your code
sends a series of key events, right?

sendKeys(KeyEvent.KEYCODE_ALT_LEFT, KeyEvent.KEYCODE_9);

The code above sends Alt key, first. Next, it sends 9.

What I meant is how to send two key events at the same time. My
application has a feature fired by a combination keys, like copy
command (Ctrl + c).
Do you have any idea how to do this?

Thanks,
-Rui

-- 
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

Reply via email to