Re: Word script
Re: Word script
- Subject: Re: Word script
- From: Phil Stokes <email@hidden>
- Date: Tue, 23 Aug 2016 12:44:17 +0700
On 23 Aug 2016, at 12:21, Jim Underwood < email@hidden> wrote:
there is no good search engine for the AppleScript Users List.
I "built my own" some time ago, assigned to a keyboard hotkey:
--AppleScript help search tool set theChoices to display dialog "Search for what?" default answer "" with title "AppleScript Search" buttons {"Cancel", "ASUsersList", "MacScripter"} default button "MacScripter" set searchTerm to the text returned of the theChoices set theSite to button returned of theChoices
tell application "Safari" activate if theSite = "ASUsersList" then else end if end tell
Best
Phil
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden