Added in 3.3

/sendkeys [-u] <keys|text>

Send keys or unicode text to the active window.

Check here to see the syntax for sending keys.

Switches

-u - Send unicode text to the active window.

<keys|text> - Key combination or unicode text to send to the active window.

Example

; Send CTRL + t keys to the active window.
/sendkeys ^t

; Send unicode emoji to the active window.
//sendkeys -u $chr(55357) $+ $chr(56832)