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