Keyword: sendStr - Send keyevents

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: sendStr - Send keyevents

Unread post 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.