kli6891
Joined: 01 Aug 2009 Posts: 46
|
Posted: Wed Aug 05, 2009 6:10 pm Post subject: Yet Another Text Replacement Tool |
|
|
Hi,
I just started programming in AHK, so this script isn't great (in fact, it's probably bad ). I do have a modest knowledge of C/C++ so programming isn't completely new to me.
This is my first script. The idea comes from Texter, by Adam Pash @ Lifehacker. I tried using it, but there are many odd bugs, like the Numpad not working , etc etc, so I decided to pick up AHK and make my own.
As I said, this script isn't that good, but hopefully it's useful to someone out there.
There are four text files, which must be included in the folder of the script to make it work. They are named key[i]HotStrings.txt, where [i]key is the key that triggers hotstrings. (instant = triggered instantly).
Each hotstring/expansion goes on their own line, in the following format:
hotstring expansion
ex: btw by the way
see the readme.txt for more details.
suggestions/bug reports/criticism are welcomed.
Download
Extract to a folder and run the YATRT.ahk
readme.txt contains more info |
|