bool SendKeyString(string msg, uint target = 0)

Attempts to convert each character in msg to keys, calling SendKey for each one. Trust Level Required: High

Parameters

Name Description
msg Message to be converted to keys and sent to target.
target Optional target. Targets: Current = 0 (Sends to whatever currently has focus), Smart = 1 (Currently unused), Browser = 2 (Sends to the active browser)

Return

True if all keys were sent.