KeyFake

Description:              This function places a string of characters in a window's keyboard buffer.

Returns:                    Nothing

Usage:                       Script

Format:                      KeyFake(Object, String)

Parameters:             Object    { Object value }  { required }  { no default }

                                      Any expression that returns an object value which defines a window.

                                    String    { text }  { required }  { no default }

                                      Any text expression that gives the characters to place in the window's keyboard buffer.

Comments:

Example:

If 1 Main;

[

  KeyFake(myWindow, "Hello World"); 

]

See Also:

KeyCount | Keys | MatchKeys