AutoHotKey (AHK) Text Replacement / Key Macro Using Multiple Inputs

    ; to use multiple text replacements, add the second code afer the first like this ...
    ; this example converts CATX and DOGX to "Hello There"


:*:catx::
:*:dogx::
          send, Hello There
          return



Published by

Leave a comment