Re: Problems with AppleScript under Ventura
Re: Problems with AppleScript under Ventura
- Subject: Re: Problems with AppleScript under Ventura
- From: Jenni via AppleScript-Users <email@hidden>
- Date: Mon, 16 Oct 2023 03:24:45 -0700
> On Sep 15, 2023, at 8:56 AM, Ralph Richardson <email@hidden>
> wrote:
>
> Since the selection ends up on the recipient, you can replace:
> set focused of scroll area of window 1 to true -- (This no longer works.)
>
> with:
> repeat 5 times
> keystroke tab
> end repeat
Just thought I’d share something I found in my continuing search to fix
my script. The following single line replaces the repeat loop above:
keystroke tab using shift down
This will only work if the cursor is in the recipient field, though.
If it's is in another field, you’ll still need a repeat loop.
Marc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden