[jawsscripts] Left mouse button on the next item in a list
- From: Andy Borka <andy@xxxxxxxxxxxxxxxxxxx>
- To: jawsscripts@xxxxxxxxxxxxx
- Date: Thu, 25 Dec 2008 03:51:37 -0500
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
- Follow-Ups:
- [jawsscripts] Re: Left mouse button on the next item in a list
- From: Martin Slack
- [jawsscripts] Re: Left mouse button on the next item in a list
Other related posts:
- » [jawsscripts] Left mouse button on the next item in a list - Andy Borka
- » [jawsscripts] Re: Left mouse button on the next item in a list - Martin Slack
- » [jawsscripts] Re: Left mouse button on the next item in a list - Andy Borka
- » [jawsscripts] Re: Left mouse button on the next item in a list - Martin Slack
- » [jawsscripts] Re: Left mouse button on the next item in a list - Dave Grossoehme
- » [jawsscripts] Re: Left mouse button on the next item in a list - Donald Marang
- » [jawsscripts] Re: Left mouse button on the next item in a list - Andy Borka
- » [jawsscripts] Re: Left mouse button on the next item in a list - Andy Borka
- » [jawsscripts] Re: Left mouse button on the next item in a list - Jitendra
- » [jawsscripts] Re: Left mouse button on the next item in a list - Andy Borka