2

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.

snitzr
  • 2,282

1 Answers1

1

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.

Bavi_H
  • 6,710