I don't know about the second one, but I recently made a script similar to the 
first one. I use key commands, since the scripting dictionary for VoiceOver 
doesn't allow the mouse cursor to be moved. Since you can't change VO's default 
commands, though, this should still work.


tell application "System Events"
        key code 96 using {control down, option down, command down}
        key code 49 using {control down, option down, command down, shift down}
end tell
> On Nov 6, 2014, at 2:21 PM, Jürgen Fleger <[email protected]> wrote:
> 
> Hi Folks,
> 
> I wonder wether it was very complicated to create 2 scripts for the following 
> tasks:
> 
> 1. Route the mouse cursor to VO and perform a click.
> 
> 2. Play a determined sound and restart or shut down the Mac. This might be 
> for 2 scripts.
> 
> If it was not very complicated would there possibly someone in this list who 
> helped me to accomplish this? Or could someone even create these two or three 
> scripts and offer them for public usage for free?
> 
> Thanks and 
> all the best
> Jürgen
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/macvisionaries.
> For more options, visit https://groups.google.com/d/optout.


--
Have a great day,
Alex Hall
[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

Reply via email to