Point in the right direction
-
I have been trying to make a simple keyboard that can send keys pressed to another application. I want it like what multi language OS does in that I enter it in one application(keyboard) and it will "inject" the key message to another application's message buffer. Can any one direct me in the right direction or the right API to use etc? Thanks in advance.
-
I have been trying to make a simple keyboard that can send keys pressed to another application. I want it like what multi language OS does in that I enter it in one application(keyboard) and it will "inject" the key message to another application's message buffer. Can any one direct me in the right direction or the right API to use etc? Thanks in advance.
Stan the man wrote:
I want it like what multi language OS does in that I enter it in one application(keyboard) and it will "inject" the key message to another application's message buffer.
I don't really understand the part in which you are speaking about "multi language OS", can you be more explicit please ? Otherwise, if you are working on windows, you can take a look at the PostMessage[^] function. But first you'll have to retrieve the HANDLE of the window (other guys here will be more helpfull than me on this point).
-
I have been trying to make a simple keyboard that can send keys pressed to another application. I want it like what multi language OS does in that I enter it in one application(keyboard) and it will "inject" the key message to another application's message buffer. Can any one direct me in the right direction or the right API to use etc? Thanks in advance.
See if this article is of any help.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"We will be known forever by the tracks we leave." - Native American Proverb