Re: Refreshing itunes selection
Re: Refreshing itunes selection
- Subject: Re: Refreshing itunes selection
- From: Rob Jorgensen <email@hidden>
- Date: Sun, 25 May 2003 23:57:10 -0400
At 8:47 PM -0700 5/25/03, Paul Berkowitz wrote:
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.
Aha! Thanks for pointing that out Paul. I don't use UI scripting
enough to know all of the intricate details. While I have encountered
and overcome this type of situation before, I did not arrive at that
conclusion. :P
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.