diff options
author | breadcat | 2015-06-04 21:44:19 +0100 |
---|---|---|
committer | breadcat | 2015-06-04 21:44:19 +0100 |
commit | 7d83e751a5072b90a2d47b61bb85909344d966d5 (patch) | |
tree | 117561197f858412bfdabe49e5abc7a145e5f17a /.gitignore | |
parent | beb80faba8853c594644d7b66c23208d3b308175 (diff) | |
download | ahka-7d83e751a5072b90a2d47b61bb85909344d966d5.tar.gz ahka-7d83e751a5072b90a2d47b61bb85909344d966d5.tar.bz2 ahka-7d83e751a5072b90a2d47b61bb85909344d966d5.zip |
Replace secret.ahk and improve hotstrings
secret.ahk replaced with a variables file for easier maintenance and
readability.
Hostrings set to 'autofire', but are prefixed with underscore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -#http://www.naughter.com/qres.html +# http://www.naughter.com/qres.html resswitch.exe -#physical and ip address replacements -secret.ahk +# contains firstName lastName homePhoneNumber workPhoneNumber mobilePhoneNumber homePostCode workPostCode homeAddress workAddress homeEmailAddress workEmailAddress workIPAddress workSIPAddress serverLocalIPAddress serverRemoteIPAddress and crmSearch +variables.ahk |