Case Insensitive Autocorrect

How do I create one macro to autocorrect a typed word that mimics/applies text case based on that typed word?

Here's the logic:

If typed "feom" — remember typed case
Insert text "from" — apply case based on typed case

Examples:

lowercase — learned much feom this —> learned much from this
Title Case — Learn Feom Mistakes —> Learn From Mistakes
UPPER CASE — #FEOMJOE —> #FROMJOE

How do I create one macro to handle all three text case scenarios?

The answer is surprisingly simple: use a typed string trigger, and make sure the string is set to case affects actions.

02 PM

Try it for yourself, and you'll see that it does just what you describe.

1 Like

WOW - it was right under my nose

THANKS GABE :grinning:

1 Like