Good day,

Below starting with the word “use” is an apple script that  Jürgen and I wrote. 
This will double click with the mouse on the VoiceOver cursor. It will of 
course only work reliably when your VoiceOver cursor is over a non-grouped 
item. . This has only been tested by two people, and I have only tested it in 
about 3 places so your experience are welcome. 

Also, for anybody interested I might attempt to create a call in to discuss 
AppleScript starting from a beginner perspective. 

use application "VoiceOver"
tell commander
        perform command "move mouse pointer to voiceover cursor"
        delay 1
end tell
output mouse summary
tell mouse cursor
        click twice
end tell

-- 
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