SendKeys
Description: |
baSendKeys sends a series of keystrokes to the active window. | ||||||||||||||||
Platforms: |
Windows and Macintosh | ||||||||||||||||
Usage: |
Result = baSendKeys( Keys ) | ||||||||||||||||
Arguments: |
String. |
||||||||||||||||
Returns: |
Integer.
|
||||||||||||||||
Examples: |
Director: Authorware: |
||||||||||||||||
Notes: |
The string sent can contain any alphanumeric character. The keys sent will be case sensitive, and this may affect some programs. For example, sending "^C" may be interpreted by some programs as sending Control+Shift+c, others may treat it the same as "^c". Use "@" for the Alt key, "~" for the Shift key, "^" for the Control key, and “#” for the Macintosh Command key If you need to send these actual keys, use a combination of Shift and the required letter eg to send "@" use "~2". Other special keys can be sent as follows: (include the curly brackets)
Sending function keys is not
supported on Macintosh.
|