nhuanvd
nhuanvd

Reputation: 183

send key to another application

I want to write an app (using java for blackberry phone), which can auto send key to another application. It is similar to type directly into that application. I found ShortcutMe do it very well. Have anyone know how to do that. Help me!!

Upvotes: 0

Views: 254

Answers (1)

Richard
Richard

Reputation: 8920

Assuming that you have no relations with the vendors of the other application, or prior knowledge of which application you will be sending key events to, you will have to use the Event Injection API.

Upvotes: 2

Related Questions