Actions
Sendkeys » History » Revision 1
Revision 1/9
| Next »
Per Amundsen, 12/23/2018 10:46 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
Updated by Per Amundsen almost 6 years ago · 1 revisions