Is there an AutoHotkey script that can sense if I accidentally hold down shift too long if I start a word with a capital letter? Microsoft word does this automatically, but I would like it system-wide. The script should be smart enough to tell if I'm typing something in all caps or if I actually made a mistake.

link|improve this question

how would it know the difference between an accidentally capitalized two letter word and an intentionally all caps two letter word? – bryan Aug 7 '10 at 0:49
That's what I'm wondering about. I don't know. – snitzr Aug 7 '10 at 1:00
feedback

1 Answer

up vote 0 down vote accepted

The AutoHotkey help file page about "Hotstrings & auto-replace" contains a download link to AutoCorrect.ahk by Jim Biancolo that preforms AutoCorrect features system-wide.

In the script, the correction of two consecutive capitals is commented out by default, but you can remove the /* and */ lines around it to enable it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.