Actions
Sendkeys » History » Revision 4
« Previous |
Revision 4/9
(diff)
| Next »
Per Amundsen, 12/23/2018 10:50 AM
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 instead of keys.
<keys|text> - Key combination or unicode text to send.
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 · 4 revisions