OwO
6 discussion posts
Thanks!
it works.
It's very useful .
dannician
6 discussion posts
This macro works but it skips duplicate tex. For examole if i sent:
1
1
1
2
3
3
3
as a single group seprated by linebreaks
This macro would add it to the hisotry as individual line items:
1
2
3
Inwould like to have thr macro keep the duplicates.
Hello,
This is happening because ClipboardFusion doesn't allow duplicate entries. We do have an option to allow duplicate items as a feature request though, so I've added your vote to it. We'll be sure to let you know if we have any news on it in the future.
Thanks!
dannician
6 discussion posts
I realized that I can get close to what I am trying to do by serializing the entries. Adding a count number at the end of each one so they are unique. At least until Clipboard Fusion will process duplicate entries.
The text spilt macro is working fine, accept it places the list in reverse order of what I need to then past them back?
Maybe it would help if I describe what I am trying to do from start to finish.
-Using a program to create a list of text entries of various lengths. A number is added to each entry so that it is unique.
-Copy this list to keyboard as one block of text, each text entry on a new line.
-Macro splits the group entry into individual entries in the same descending order that they were in the original copy group.
-Replacement text renames the entries leaving the number in place. Still no duplicates.
-I open the program in Windows where I want to paste the values, click on the field where the first value belongs and activate a macro.
-The macro does the following:
-pastes the first value on the list into the first field
-activates the backspace key a few times to erase the number at the end of the text entry,
- uses a keystroke combo that the program recognizes to move the cursor to the next field
Repeat the process.
The number of text values will match the number of fields where there will be pasted so the last value pasted ends up in the last field available.
I hope that is clear? THX!!
Sep 1, 2021 (modified Sep 1, 2021)
•
#7
Hello,
What keystroke do you need to be sent to move to the next field?
Thanks!
Hello,
The following script will take the text you copied and paste it line-by-line with an Alt+Down key stroke in between each one.
You can import it by opening the ClipboardFusion Settings > Macros > Import.
Hope that helps!