I have some macros I use for case correction. I have been using them with Typed String triggers, ending with space, to avoid triggering unintentionally in other words. For instance:
Now I'd like a way to trigger led to LED when led is followed by a space or any punctuation. Additionally, I'd like a way to trigger it when it is the first word in a sentence or a spreadsheet cell. I'd like to do all of this without triggering unintentionally as a part of another word. (Then I'd like to use the same methodology for words other than LED, but I figure y'all already figure that ;))
Is there a way to accomplish these goals all in one macro?
See if the macro I just posted will work for you.
It will convert to upper case the text you type of the trigger prefix of: ;uc.YourText and then SPACE or TAB
This seems to do exactly what I’m looking for. How would I modify this for brand corrections, rather than filtering the variable? For example, bluray to Blu-Ray, saving punctuation? or tvs to TVs? (YouTube, eBay, etc.)
Yes, I’ve figured out how to change the trigger for new abbreviations. The case-insensitive is very useful. Is there a way to correct multiple errors to one correction in on macro (blueray, blu ray, bluray, blu-ray, etc., all to Blu-Ray) or will I need separate macros?