I don't have a Macintosh here. But your towel mouse command must be in your tell voiceover block
Sent from my iPhone > On Nov 7, 2014, at 7:52 AM, Jürgen Fleger <[email protected]> wrote: > > Hi Jonathan, > > if I add > >> tell mouse to click once > > Script editor says "mouse" is a variable and not defined. > > If I just right > >> click once > > Script Editor tells me there was an error 4. > > So that didn't work. Do you still have an idea? > > Thanks and all the best > Jürgen > > > >> Am 07.11.2014 um 13:28 schrieb Jonathan C. Cohn <[email protected]>: >> >> You are absolutely right, I did not put in code for clicking the mouse. >> >> You will need either >> tell mouse to click once >> >> or possibly just >> click once >> >> The click command has an optional argument so you could say >> click twice with right button >> >> Let us know how this works I have not tried these commands myself. >> >> Best wishes, >> >> Jonathan >> >> >> >>> On Nov 7, 2014, at 6:53 AM, Jürgen Fleger <[email protected]> wrote: >>> >>> Hi Jonathan, >>> >>> thanks for your help. I tried it out and it worked partially. What seemed >>> to happen is that the mouse cursor is routed to VO cursor. But no click >>> happens. As far as I can understand the script there's no action defined >>> for that. Is that true? >>> So I wonder wether you are willing to add the lines to perform a click. >>> Thanks and all the best >>> Jürgen >>>> Am 07.11.2014 um 06:30 schrieb Jonathan C. Cohn <[email protected]>: >>>> >>>> This should work. >>>> tell application "VoiceOver" >>>> tell commander to perform command "move mouse pointer to voiceover >>>> cursor" >>>> end tell >>>> >>>> see http://www.cbtbc.org/tools/asvo/voec.php for details. >>>> >>>> -- >>>> 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. >>> >>> -- >>> 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. >> >> -- >> 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. > > -- > 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. -- 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.
