Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
The type
command acts exactly as if the user had typed
text
from the keyboard.
The text appears in the Message box when it’s visible (or also when it’s hidden if blindTyping
is set to true
).
To type text into a field or to add paint text, a handler must first set the insertion point (using either the select
or click at
command).
To perform a menu command, use the form type text with commandKey
. For example, if you have a graphic on the Clipboard, you can paste it with the command
type "V" with commandKey
An expression that evaluates to a text string.
A text expression can be a literal string surrounded by quotation marks or the value of a container.
For example:
See also: background, bkgnd, button, card, field, menu, menuItem,
and stack