Hi @arshit09. Welcome to the forums.
I have a version that I've been sharing. It's not really a "group" thing, though, it's just maintained by me. Do you make use of the "multi-match" word middle items? I mean like (for example)
Which can potentially fix about 448 English words, if they are misspelled in the way that matches. A while back I went through the original 2007 AutoCorrect.ahk list and optimized as many as possible to make them multi-match items... I've also added several from other sources. Currently I have about 5k items. They can potentially fix like 360k different typos though, which is pretty cool.
If you want to read about the process, of converting them, checkout the download here:
viewtopic.php?f=83&t=120220&start=20#p559328
It has a PDF manual that attempts to explain the process.
The newest version of the code is further down in the same thread, here:
viewtopic.php?f=83&t=120220&start=60#p565896
The newer download doesn't have the manual though...
EDIT: Also, fyi... If you have multiple folks contributing, you will inevitably get duplicate hotstrings. I made tool to identify duplicate and "conflicting" hotstrings. It is the first code block on this reply.
viewtopic.php?f=83&t=120220&start=20#p559873
The above-mentioned pdf manual discusses what "conflicting hotstrings" are.
It does have a "ManualCorrectionLogger" tool though, which is worth checking out.
I have a version that I've been sharing. It's not really a "group" thing, though, it's just maintained by me. Do you make use of the "multi-match" word middle items? I mean like (for example)
CODE:
:?*:altion::lation
Which can potentially fix about 448 English words, if they are misspelled in the way that matches. A while back I went through the original 2007 AutoCorrect.ahk list and optimized as many as possible to make them multi-match items... I've also added several from other sources. Currently I have about 5k items. They can potentially fix like 360k different typos though, which is pretty cool.
Totals
===========================
Regular Autocorrects: 660
Word Beginnings:2,568
Word Middles:1,895
Word Ends: 338
===========================
Total Entries:5,461
Potential Fixes:360,159
If you want to read about the process, of converting them, checkout the download here:
viewtopic.php?f=83&t=120220&start=20#p559328
It has a PDF manual that attempts to explain the process.
The newest version of the code is further down in the same thread, here:
viewtopic.php?f=83&t=120220&start=60#p565896
The newer download doesn't have the manual though...
EDIT: Also, fyi... If you have multiple folks contributing, you will inevitably get duplicate hotstrings. I made tool to identify duplicate and "conflicting" hotstrings. It is the first code block on this reply.
viewtopic.php?f=83&t=120220&start=20#p559873
The above-mentioned pdf manual discusses what "conflicting hotstrings" are.
It does have a "ManualCorrectionLogger" tool though, which is worth checking out.
Statistics: Posted by kunkel321 — Today, 15:51