Page 1 of 1

Keyword: sendStr - Send keyevents

Posted: Sun Dec 26, 2021 10:12 pm
by YiMeng
Description
  • Sends keys from a specified string to a target, can be inactive, window/application set by focusWin or setWin keywords.
  • String of text are entered as is and will not be effected by any modifier keys.
Parameters
  • x: The string of text to be typed.

Usage
  • sendStr x
    • ex: sendStr This is a test string!

On Error
  • If no valid window is targeted, command will be ignored.