Hi Ray, All you need to do is to copy and paste the script in to the script source edit field within a new document using AppleScript Editor and save the script in a preferred location. Once this has been done, you can use the VO keyboard commander to create a shortcut key to activate the script. Hope this helps.
On Nov 18, 2011, at 2:29 PM, Ray Foret Jr wrote: > I suppose then that I paste this code in to the Apple scrip editor and then > save it to Library/Applications/Text Editor or something? > > Not quite sure how to run that. > > > Sincerely, > The Constantly Barefooted Ray!!! > > Now a very proud and happy Mac user!!! > > Skype name: > barefootedray > > Facebook: > facebook.com/ray.foretjr.1 > > > > On Nov 18, 2011, at 1:17 PM, Hai Nguyen Ly wrote: > >> >> tell document 1 of application "TextEdit" >> set wordcount to the (count of words) as text >> set charactercount to the (count of characters) as text >> end tell >> say wordcount & " words and " & charactercount & " characters" > > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/macvisionaries?hl=en. -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macvisionaries?hl=en.
