A big thanks to Jonathan for this script. It helped me in two ways: Firstly I 
can perform a „real“ double mouse click now. I experienced issues sometimes 
using VO + Shift + Space twice under certain conditions. It sometimes simply 
didn’t work and I had to switch off Trackpad Commander to perform a real mouse 
click twice.
And secondly it allows to perform a right mouse click without switching 
Trackpad Commander off either. As you might experienced yourself there’s no 
reliable way anymore of performing a right mouse click using VoiceOver. At 
least on my Mac it doesn’t work reliably. I modified the script just a little 
bit so that I could perform this right click without pressing VO + CMD + FN + 
F5 and then switching Trackpad Commander off and then CTRL + click on my 
Trackpad. Too much manual work in my opinion if I use a Computer. So Jonathan 
scripts make my life much easier now and maybe also for you. To delete a 
template in Pages seems to work mor reliable as well.

Here’s the modified script for the right click:

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

> Am 27.02.2015 um 05:03 schrieb Jonathan C Cohn <[email protected]>:
> 
> 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
> 
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.

Reply via email to