David Daily 2020-02-07 03:18:47 -06:00
parent 38edfb96a3
commit 569329babc
1 changed files with 12 additions and 14 deletions

26
Home.md

@ -3,24 +3,22 @@ Current version can be found on the [releases page](https://daviddaily.dev/david
This was made By David Daily to replace text and do text correction for John Deere GSC Employees. All Credit for the name goes to William Cross (RIP).
Email d3k@daviddaily.dev if you have any questions.
## What does it do?
This script (when running) will do text correction and replacement with [these shortcuts](https://daviddaily.dev/david/d3k/wiki/Shortcuts). Depending on what options are enabled in the settings window, it can also do the same thing, but you define what you type and what it gets replaced with.
### If for some reason this is still being passed around after I'm gone and doesn't die with me, good luck, maybe try opening an issue request here.
**The replacement happens EVERYWHERE, so if you know it is going to replace something you don't want it to, I recommend typing an extra letter in the middle of it somewhere and then going back and deleting the extra character**
### Press `Alt+Shift+\` to open a settings window and change things to the right setting.
If you would like to use some of the automatic documentation features, please specify a `.txt` file that you would like it to use to start the documentation process.
I'm using VSCode for my text editor since it updates when the file on disk is modified. This allows me to just write to the file with AHK, then see the result instantly. Try it out with your favourite editor, YMMV. Notepad and WordPad are out.
If for some reason this is still being passed around after I'm gone and doesn't die with me, good luck, maybe try opening an issue request here.
Official Documentation for AHK: https://autohotkey.com/docs/
If the script stops working for some reason, just open the settings (`Alt+Shift+\`) and close it, that will make everything load new. Anything other than that, let me know. If I'm not available good luck, but ahk is pretty easy.
## IMPORTANT
The replacement happens EVERYWHERE, so if you know it is going to replace something you don't want it to, I recommend typing an extra letter in the middle of it somewhere and then going back and deleting the extra character
**Press `Alt+Shift+\` to open a settings window and change things to the right setting.**
Currently requires your documentation file to be My Documents\Work_Docs\Temp.txt, will probably fix this in the future to create that file automagically if it isn't detected.
I'm using VSCode for my text editor since it updates when the file on disk is modified. This allows me to just write to the file with AHK, then see the result instantly. Try it out with your favourite editor, YMMV. Notepad and WordPad are out.
If the script stops working for some reason, just open the settings (`Alt+Shift+\`) and close it, that will make everything load new. Anything other than that, let me know. If I'm not available good luck, but ahk is pretty easy and they have a Discord that can probably help if you're that far into it.
---