Select and Highlight a Sentence in Word

Wow, do I ever feel stupid!!

I tried adding a Pause AFTER the CNTRL+CLICK but never *BEFORE.

Huge THANKS YOU!

1 Like

Yeah, working with VM requires some unconventional practices. I found that Parallels often tries to capture and "translate" keys, and that adds delays and changes the sequence (down and release), which is sometimes hard to troubleshoot, and in this case, how you trigger your KM macro influences how it is executed in Parallels.
That's one of the reasons I try to disable most, if not all, Parallels shortcuts and implement my own in Keyboard Maestro or Karabiner Elements.

Extra tip: PRESSED → RELEASED:

Try changing your macro shortcut key
from "[...] is PRESSED" to "[...] is RELEASED"

Great tip.

Thank you!

Wow, what a difference that made.

I can now use the OPTION / ALT key to fire macros is Office Application! GAME CHANGER

1 Like

The other thing you can do is keep it as "pressed" but start your macro with a "Pause Until: Modifier key is released" with the appropriate options.

A handy trick for any situation where the first Action or two of the macro may be modified by any meta keys still down.

Appreciated, I will try that one as well!