Actions
Sendkeys » History » Revision 5
« Previous |
Revision 5/9
(diff)
| Next »
Per Amundsen, 12/24/2018 05:30 PM
Added in 3.3
/sendkeys [-p] <keys|text>
Send keys or plain text to the active window.
Check here to see the syntax for sending keys.
Switches
-p - Send plain text instead of keys.
<keys|text> - Key combination or plain text to send.
Example
; Send CTRL + t keys to the active window. /sendkeys ^t ; Send emoji to the active window. //sendkeys -p $chr(55357) $+ $chr(56832) ; Toggle caps lock. /sendkeys {CAPSLOCK}
Updated by Per Amundsen almost 6 years ago · 5 revisions