-
Notifications
You must be signed in to change notification settings - Fork 3
textreplace.ahk
Within my repo you will find textreplace.ahk, this script is maintained in another repo and is included in this repo via a git submodule.
If you wish to always have the most up to date version of textreplace.ahk instead of using the version that comes alongside this repo;
- Clone the textreplace repo
- Change the
"textreplaceUser"value inptf.ahkfromthis.SupportFiles "\textreplace\textreplace.ahk"to your directory location
The main purpose of this script is to maintain a list of words that I have either mistyped before, or struggle with the spelling of.

Note
textreplace.ahk is the only script that you need to run, the other scripts get #Included within textreplace.ahk
Tip
If you wish to make your own additions to this list, by default the hotkey #+h:: is setup to provide a handy GUI to do just that.
This script isn't just a glorified spell check, it also contains a few little shortcuts to make typing out some of the common functions of my repo faster.
For example;
- Typing
toolcand pressingTaborSpacewill replacetoolcwithtool.Cust("")and move the cursor in between the two quotes - Typing
toolfresults intool.Cust("",, 1)and moves the cursor in between the two quotes - Typing
toolwresults intool.Wait() - Typing
coords,coordworcoordcresults in;coord.s(),coord.w()&coord.c()respectively - Typing
blockonorblockoffresults in;block.On()&block.Off()

On top of that it also helps speed up the process of adding #Include sections to scripts;
-
All
classlibs can be easily added, either individually or all at once-
inc[class]for the individual -
incclassesfor all of them

-
-
KSAcan be added withincksa
Tip
Check out vscCompletions.ahk to see if there are any more you can take advantage of!
Keeping Track
Keyboard Shortcut Adjustments
libs & Classes
Editors
Apps
Other lib files
Hotkeys
Timer Scripts
- adobe fullscreen check.ahk
- Alt_menu_acceleration_DISABLER.ahk
- autodismiss error.ahk
- autosave.ahk
- gameCheck.ahk
- Multi-Instance Close
Other Scripts
- Hotkey Replacer.ahk
- checklist.ahk
- Streamdeck AHK
- CreateSymLink.ahk
- adobeKSA.ahk
- ExplorerDialogPathSelector.ahk
Other Guides