I would be interested in scripting for apple also

 

From: macvisionaries@googlegroups.com [mailto:macvisionaries@googlegroups.com] 
On Behalf Of Daniela Rubio
Sent: Friday, February 27, 2015 07:51
To: macvisionaries@googlegroups.com
Subject: Re: Applescript to double click at voiceover cursor

 

Hello all!

I am very pleased to see this topic on the list about scripts.

I am very interested as well. I used to do some scripting, but I lost my grip 
on it dew to lack of time and other situations. So, If you make the discussion 
group about Apple Scripts, count on me!

Thank you again!

 

Daniela Rubio T

iPhone: +34662328507

 

 

 

El 27/2/2015, a las 14:29, Donna Goodin <doniado...@me.com 
<mailto:doniado...@me.com> > escribió:

 

Thanks for sharing, Jonathan, this will be really handy.  And I, for one, would 
be interested in the call to discuss AppleScript.  I've always wanted to learn 
it, but figuring out how to get started seems sort of daunting.

Cheers,

Donna

On Feb 26, 2015, at 10:03 PM, Jonathan C Cohn <jon.c.c...@gmail.com 
<mailto:jon.c.c...@gmail.com> > wrote:

 

            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 macvisionaries+unsubscr...@googlegroups.com 
<mailto:macvisionaries+unsubscr...@googlegroups.com> .
To post to this group, send email to macvisionaries@googlegroups.com 
<mailto:macvisionaries@googlegroups.com> .
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

 

 

-- 
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 macvisionaries+unsubscr...@googlegroups.com 
<mailto:macvisionaries+unsubscr...@googlegroups.com> .
To post to this group, send email to macvisionaries@googlegroups.com 
<mailto:macvisionaries@googlegroups.com> .
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

 

-- 
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 macvisionaries+unsubscr...@googlegroups.com 
<mailto:macvisionaries+unsubscr...@googlegroups.com> .
To post to this group, send email to macvisionaries@googlegroups.com 
<mailto:macvisionaries@googlegroups.com> .
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

-- 
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 macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at http://groups.google.com/group/macvisionaries.
For more options, visit https://groups.google.com/d/optout.

Reply via email to