Monday, July 5, 2010

AutoHotKey Script for Emailing a PDF File

:*:][::

Send {Click 1228,100}
Send {Click 1145,254}
SetKeyDelay,700,100
Send !a
SetKeyDelay,50,100
Send doc@scanr.com
Send {Tab}{Tab}{tab}^a
SendRaw +18005551212
Send !s

return

The keystrokes ][ trigger two mouseclicks to pull "send page" from EI7, followed by keystrokes that send the attachment to an online faxing service.

(Note: the asterisk near the beginning causes the script to execute immediately with the ][ trigger, without a following spacebar. Sometimes, you need to precede the execution with a spacebar keystroke to "clear" previous keystrokes.)

No comments:

Post a Comment