how to trap for the quote key
Dar Scott
dsc at swcp.com
Fri Dec 6 13:07:01 EST 2002
On Friday, December 6, 2002, at 10:38 AM, Kurt Kaufman wrote:
> In the case of the comma key, the following works:
> ...
> case ","
> Do "say " "e& "comma" "e& " using " "e& selVoice "e
> as Applescript
> break
> ...
> But how do I trap the " key for the same purpose?
> quote"quote obviously isn't the solution.
Is this what you want?
...
case quote
Do "say " "e& "quote" "e& " using " "e& selVoice "e
as Applescript
break
...
Dar Scott
More information about the use-livecode
mailing list