Re: Scriptability of Character Palette
Re: Scriptability of Character Palette
- Subject: Re: Scriptability of Character Palette
- From: has <email@hidden>
- Date: Tue, 7 Jun 2005 19:14:22 +0100
Kumar Shailove wrote:
>Just wondering to know that whether the Character Palette of Mac OS X is scriptable or not?
Why would you want to script the Character Palette? If all you want is to specify some non-MacRoman characters (something vanilla AppleScript is not good at), you could try TextCommands' literal command. Example:
tell application "TextCommands"
set someUnicodeText to literal "blah blah %{7654 7630 7600}U blah"
end tell
HTH
has
--
http://freespace.virgin.net/hamish.sanderson/
_______________________________________________
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