ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Auto Correct like in MS Word

(1/1)

IconBoy:
I just realised that although I don't always use Word to type documents, it would be great to have the AutoCorrect feature available for anytime I am typing.
e.g. if I type "doesn;t", then AHK would change it to "doesn't".
Has anyone created anything like this?

I have this in an AHK script which starts when I load Windows:

--- ---::doesn;t::doesn't
::wont::won't
::recieve::receive

Is there anyway to "extract" the autocorrect list in Word and use that in the AHK script or is there a better way to do this than just adding a list of words like I have done?
Thanks very much.

TucknDar:
You could try skrommel's AutoClip: https://www.donationcoder.com/Software/Skrommel/index.html#AutoClip

It doesn't involve the Word autocorrect list, but at least it's supposed to provide an easy way to add new words.

skrommel:
 :) You can export your autocorrect settings using Macros9.dot included with Office.

It's described here: http://word.mvps.org/FAQS/Customization/ExportAutocorrect.htm

Skrommel

lanux128:
IconBoy, try this: Universal AutoCorrect with AutoHotKey..

Navigation

[0] Message Index

Go to full version