How to use Insert Text by pasting command without clipboard being filled

I know there is Insert Text by typing command that achieves this job but it is slower than Insert Text by pasting one.

The issue I have with that command is that it will fill the clipboard with the text being pasted and I don't want that to happen. Is it possible to do Insert Text by pasting but without clipboard being filled.

For context, below is one of the macros I use this command in:

04

You can't technically insert text by pasting without also filling the clipboard, but you can effectively do so by just including a Delete Current Clipboard action at the end of the macro (which is what I do with all my own macros that insert text by pasting).

1 Like

Thanks. This solves it.

1 Like