Re: Moving Voiceover Cursor with Applescript
Re: Moving Voiceover Cursor with Applescript
- Subject: Re: Moving Voiceover Cursor with Applescript
- From: James Lee <email@hidden>
- Date: Sun, 28 Aug 2016 15:10:31 -0400
Yes, Thank you both. However, they're in AppleScript not in JavaScript.
James
On 8/28/2016 10:40 AM, Greg Kearney wrote:
James;
You may find these pages of some help: https://www.cbtbc.org/tools/asvo/
On Aug 27, 2016, at 11:52 PM, James Lee <email@hidden> wrote:
Hi All,
According to scripting dictionary, I should be able to move voCursor to left, right, up, down, and so on. However, I can't accomplish this using Javascript Applescript. I tried the following, but none of them seems to work.
voCursor.move({to:"left"})
voCursor.move({direction:"left"})
voCursor.move("left")
I can move it to the dock using vo.voCursor.move({to:"dock"}).
Thank you so much for your help!
James
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden