unlimited number of clipboard

Discussion, questions and support.
Post Reply
User avatar
jkeks
Posts: 22
Joined: Sep 17th, ’18, 03:35

Post by jkeks » Nov 1st, ’24, 06:53

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. :D
User avatar
Tom
Posts: 849
Joined: Nov 24th, ’15, 23:39

Post by Tom » Nov 1st, ’24, 19:19

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.
Post Reply