Re: Refreshing itunes selection
Re: Refreshing itunes selection
- Subject: Re: Refreshing itunes selection
- From: Lewis Butler <email@hidden>
- Date: Mon, 26 May 2003 08:21:02 -0600
On Sunday, May 25, 2003, at 21:47 Canada/Mountain, 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.
This does work, but of course it pulls itunes to the foreground. Isa
there anyway to set the selection otherwise?
--
Well I've seen the Heart of Darkness/Read the writing on the wall/and
the voice out in the desert/Was the voice out in the hall
_______________________________________________
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.