Python 3 utility to mimic the autocorrect (autoexpand) functions of WordPerfect. This program will replace any words you define with word(s) or phrase on punctuation key_down.
List of punctuation the program will trigger on:
- space
- period
.
- comma
,
- question mark
?
- exclamation mark
!
- dash
-
- underscore
_
- closing parenthesis
)
- colon
:
- semicolon
;
- double quote
"
- In order to make it work download the latest version: https://github.com/falconraptor/acro_replace/releases
- Might have to click the arrow then
Keep
if using Chrome
- Might have to click the arrow then
- Put the file wherever you want
- Run the program
- If windows protects your PC click
More Info
thenRun Anyway
- If windows protects your PC click
- In the notification tray (the place with the clock and battery icons in the bottom right corner)
- Find the generic icon that says
Text Replace
, it may be hidden in the expanded area (click the up arrow to show that area) - Right click on the icon, then click
Open Config
- Find the generic icon that says
- In the file that opens, put the text you want to replace comma the text you want it to replace with. Separate the different replacements with a newline (enter key)
- example:
teh,the adn,and awnser,anwser
- The word you want to replace cannot include any of the punctuation specified above
- example:
- Save and close the file
- In the notification tray (the place with the clock and battery icons in the bottom right corner)
- Find the generic icon that says
Text Replace
, it may be hidden in the expanded area (click the up arrow to show that area) - Right click on the icon, then click
Reload Config
- Find the generic icon that says
- Enjoy the automatic replacement of text whenever you type one of the punctuation specified above
- In order to add, remove, modify any of the replacements follow steps 4-7