How to avoid pressed modifier key?

I assume you've already tried this? :slightly_smiling_face:

Otherwise, you could try to use a variable.

In this case you would press Cmd (down/up) and then β€œF.” Thanks to the variable, the β€œF” won't be typed, as if cmd were still held down. But since cmd is released, it shouldn't cause problems ... maybe :slight_smile: