sending keystrokes

sendtext

To send a string:

^1::SendText "To whom it may concern"
^2::SendText "Send a "quoted string""

sending long text

SendText "
(
Leading indentation is stripped out,
based on the first line.
Line breaks are kept
unless you use the "Join" option.
)"

send

To send keystrokes:

^+{Left} produces Ctrl + Shift + Left arrow
^{+}{Left} produces Ctrl + + followed by Left arrow
^+Left produces Ctrl + Shift + L followed by eft

^+"::Send '""{Left}' — sends to quote marks then moves the cursor to the left once