[jawsscripts] Control Left Mouse Clicks

  • From: "Jim Snowbarger" <Snowman@xxxxxxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Thu, 16 Oct 2014 22:07:46 -0500

Hey guys,
I have this script that is doing things in response to key combinations like 
control+LeftArrow.  Part of the processing for that was to do a left mouse 
click at a location.  But, since the control key is still down when the 
script runs, it is also down when jaws does the leftMouseButton call. 
Problem is that the application is sometimes getting a control left click, 
instead of a straight left click.
If I wait for the control key to be released first, the interface is clunky, 
but the problem goes away.
Is there a better way to send a mouse click to that window that might 
obviate the confusion?
I'm thinkin of a SendMessage or PostMessage call.  But, I don't know where 
to find what message to send.
Thanks heaps for any help you can give.


__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: