News:

Welcome to our NEW forum! We invite you to sign up today
so it can grow to be a valuable resource to all Toolbox users!

Main Menu

Non-destructive temp clipboard cut

Started by GrahamB, June 15, 2026, 10:16:42 AM

Previous topic - Next topic

GrahamB

I know the topic title is a mouthful, lol. But here's what I mean: it's an alternative clipboard cut function that remembers the current clipboard text, but lets me cut some selected new text for a temporary paste somewhere else. Once pasted with Ctrl+V, then original text goes back into the clipboard again. So it's good for when you don't want to lose the clipboard text but do need to make a temporary cut and paste with other text. I've got it bound to Shift+Ctrl+X and it works flawlessly. You can easily adapt this to work with copying as well (just duplicate the action, change step 2 to be the copy step, and bind a hotkey to something like Shift+Ctrl+C).

(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 String: Assign from clipboard text ""
0002 Keyboard: Cut ""
0003 Wait: For keypresses or mouse clicks "{ctrl}v"
0004 Clipboard: Assign text "string$"
(End)

Paul (Lead Developer)