• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: keystroke command
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: keystroke command


  • Subject: Re: keystroke command
  • From: Yvan KOENIG <email@hidden>
  • Date: Mon, 29 May 2006 20:15:09 +0200


Le 29 mai 2006, à 19:40, Robert Poland a écrit :

activate application "Finder"
tell application "System Events"
	tell process "Finder" to tell window 1
		keystroke "a" using {command down} -- select all
	end tell
end tell

Hello

It works well if coding:

activate application "Finder"
tell application "System Events"
 tell process "Finder"
  tell window 1 to keystroke "a" using {command down} -- select all
 end tell
end tell


Yvan KOENIG _______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Re: keystroke command (From: Bill Cheeseman <email@hidden>)
 >Re: keystroke command (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: keystroke command
  • Next by Date: Re: keystroke command
  • Previous by thread: Re: keystroke command
  • Next by thread: Re: keystroke command
  • Index(es):
    • Date
    • Thread