AutoHotKey (AHK) Text Replacement / Key Macro Using Text From File

;  example of sending text from a file to the current program as if the user was typing in the text

:*:MyKeyword::
            FileRead, FileContent, S:\Secure\si_part1.txt
            send, %FileContent%
            return



Bonus Tip.  If SEND does not work correctly try SENDRAW instead

Published by

Leave a comment