[jawsscripts] Re: Left mouse button on the next item in a list

  • From: "Martin Slack" <m.g.slack@xxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Thu, 25 Dec 2008 14:01:12 -0000

Hi Andy,

  Firstly I would say that the line:

TypeKey("down arrow")

in your script isn't actually doing anything.  I understand that you have to 
use the exact form of words that FS has prescribed as a key name, and in 
this case, it doesn't include a space, and has both sub-words capitalised. 
Like so:

TypeKey("DownArrow")

  However, the fact that the script is working must mean that it is the down 
arrow key activating the script that is causing the pc cursor "highlight" to 
move down.

  What happens if you press the down arrow key the appropriate number of 
times, then use control+shift+some other key to call your script (without 
the final TypeKey line) ?

  Martin


----- Original Message ----- 
From: "Andy Borka" <andy@xxxxxxxxxxxxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Thursday, December 25, 2008 8:51 AM
Subject: [jawsscripts] Left mouse button on the next item in a list


>I need to left mouse button on the next item in a list because the
> highlight bar doesn't move with the pc cursor in a listview. I have the
> following script that works when using control windows downarrow, but I
> have to press control windows down arrow each time I want to go down in
> the list. Is there a way to make it do this but be able to hold down the
> control windows combo and then just hit the down arrow to move in the 
> list?
>
> Script MoveDownInCalendarEventList ()
> PCCursor ()
> RouteJAWSToPc ()
> LeftMouseButton ()
> PCCursor ()
> TypeKey("down arrow")
> EndScript
>
> __________
> Visit and contribute to The JAWS Script Repository http://jawsscripts.com
>
> View the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts
>
> 


__________ 
Visit and contribute to The JAWS Script Repository http://jawsscripts.com

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

Other related posts: