Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I wrote a program for virtual keyboard- it is streaming key strokes to the windows message queue. I am using SendInput()http://msdn.microsoft.com/en-us/library/aa932480.aspx[^]for streaming.

Now I have installed JAWS in my machine, and it now it is not working; I want to send INSERT+t to streaming, but jaws not getting it, may be some low level keyboard input is captured by JAWS. Is there any other method to stream Keystrokes to windows message queue?

Thanks
Posted

1 solution

This is a duplicate of your question: Stream Low level KeyBoard Input?[^]. If you have further information to add then please edit the original, rather than repost. You may also need to explain what Jaws is and what you are trying to do with it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900