scripting System Events
scripting System Events
- Subject: scripting System Events
- From: David DuBois <email@hidden>
- Date: Mon, 8 Dec 2003 14:50:01 -0600 (GMT-06:00)
Can anyone tell me why this doesn't work for applying a command shift J in finder? I thought that if something could not be addressed directly, by using system events you could address the menu directly, but I don't have it quite right.
tell application "Finder" to activate
tell application "System Events"
tell process "Finder" to keystroke "J" using command shift down
end tell
Thanks,
David
_______________________________________________
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.