Recently, Christoph Wollek wrote:
> to write greek text with the symbol font in a certain fld some keys
> should deliver other characters. So the key "f" should deliver "j" and
> "J" should deliver "q".
>
> I tried in the fld script:
>
> on keydown
> if whichkey is "f" then put "j" into selection
> ...
> end keydown
>
> but that does not work.
Try this:
on keydown whichKey
if whichkey is "f" then put "j" into selection
...
end keydown
Regards,
Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
Email: [EMAIL PROTECTED]
Web: www.tactilemedia.com
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.