Actions
Sendkeys » History » Revision 2
« Previous |
Revision 2/9
(diff)
| Next »
Per Amundsen, 12/23/2018 10:49 AM
Added in 3.3
/sendkeys [-u] <keys|text>
Send keys or unicode text to the active window.
Check here for syntax.
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)
Updated by Per Amundsen almost 6 years ago · 2 revisions