Re: Refreshing itunes selection
Re: Refreshing itunes selection
- Subject: Re: Refreshing itunes selection
- From: Paul Berkowitz <email@hidden>
- Date: Sun, 25 May 2003 20:47:21 -0700
On 5/25/03 8:32 PM, "Rob Jorgensen" <email@hidden> wrote:
>
Try this:
>
>
on idle
>
tell application "iTunes" to activate
>
tell application "System Events"
>
keystroke "l" with command down
>
end tell
>
return 5
>
end idle
>
>
It seems that System Events doesn't like upper case letters in this context.
Upper case means you've added shift key in addition to the other modifiers.
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.