New post
Avatar
0

I'm trying to program a few mouse clicks in a Finalescript (Windows).  In the attached dialog, there is no keyboard method of choosing an item in the list window.  The docs say to input the mouse coordinates, but how to you determine that?  I want to choose item 253 in the list with this script.

 

1 comment

Date Votes
Avatar
0

Actually, Finale will not successfully type "ý" (Alt-0253) for some reason.  And you cannot have the script type the code, as it requires holding Alt.  But I did figure out the mouse clicks - using a free tool to monitor the coordinates, I recorded them and used the following syntax

click 1230 816

Worked fine!

Comment actions Permalink

Please sign in to leave a comment.