Is there an option in the application to use additional clipboard. For example, I store one value in the first one, and another in the other. I would insert each one according to my own hotkey.
I have already written this on AutoHotkey for myself, but I remembered about your program, maybe you already have such a feature?
in theory, two buffers are enough for me so far, but I do not exclude that the third one is about to be needed too.
unlimited number of clipboard
FastKeys contains a full Clipboard Manager - check Preferences/Functions/Clipboard Manager.
You can also set your own shortcuts to retrieve any clipboard content - sent the Type to Send and insert Data/Clipboard macro (Clip_1, Clip_2...). In this case you may want to limit the clipboard history size in Preferences.
You can also set your own shortcuts to retrieve any clipboard content - sent the Type to Send and insert Data/Clipboard macro (Clip_1, Clip_2...). In this case you may want to limit the clipboard history size in Preferences.