Sends simulated keystrokes to the active window.
The string of keys to send.
The mode to use for sending keys. See SendMode for details.
SendMode
import { Send } from '@ahmic/autoit-js';Send('Hello, world!'); Copy
import { Send } from '@ahmic/autoit-js';Send('Hello, world!');
https://www.autoitscript.com/autoit3/docs/functions/Send.htm
Sends simulated keystrokes to the active window.