Share your favourite scripts, macros and plug-ins

infiltrate copy option into command

I call this concept “paste from the future”… after undoing (© @Tom_P :nerd_face: )
I some times forget to check / set the copy option - then I use:

_selnone _sellast _copytoclipboard _undo _paste

this is quite powerful macro for lazy people ;-D
the nice thing about this macro is, it does not need extra user-interaction.

example: extendSrf

…and it also works to infiltrate the copy option into a single command that does not offer this option:

_extendSrf _pause _pause _sellast _copytoclipboard _undo _paste

5 Likes