Create Text Expansions Macro

@peternlewis Thanks for sharing this. You mentioned this thread in another thread that I had posted. Migrate Typinator Snippet to Keyboard Maestro

I started using this macro to migrate a few of my Typinator snippets and I'm facing a hurdle. Although the keyword and snippet expansion works fine overall and in isolation, when multiple triggers are met, I see an issue.

For example, I have a macro created which capitalizes the first letter of each word in a sentence. And I also have text expansion snippets. For example, when I type abso, it translates to absolutely. Now when I type abso in isolation—not as a new sentence—it expands properly. But when that is the first word in a new sentence, because both macro triggers are being met, only the first-letter-capitalization one works and the other does not. so it becomes Abso. What I would want it to become is Absolutely.

How can i accomplish this? Can you please help me with this?

:backhand_index_pointing_down: This has the normal text expansion snippets and the first letter capitalization macro.

Text Expansion Macros.kmmacros (6 KB)