Hi Experts,
I need a way to copy and paste from one place to another to work as follows.
1- should copy entire selected section at once and when it comes to paste it should give me each line separately, as if I would have copied each line separately and when it comes to paste (by using winkey+v) should be each line as separate item.
2 - after pasting each item thru winkey+v, that item should be removed from list or be moved to the end of the list, so for example when copying 10 items, the 1st item should show up first, after selecting that then the 2nd item should show up 1st in order and so forth.
Thanks
Is the option available for automation/scripting or is it a manual thing you have to do?Its manual task.
Does the selected section already have new-line characters (CR/LF - carriage return/line feed) between each line?Yes it has, see example attached.
What is the one place from which you are copying and what is this second place to which you are copying?I am copying from word documents and need them in HHAExchange where I'm tasked of creating for each entry a separate field.
Please let me know if the attached video hits the mark for you. If not, where does it miss?Sorry I didnt realized it was on the works already...
To be clear, it's not a right click. It's a hotkey, such as Alt+Ctrl+C.I have seen in your recording right click and that's why I thought it will be...anyway a combination of keys is fine, however would prefer combination of 2 keys (not 3) if possible...
If it shows all items currently on the clipboard, do you still want it to paste (and then delete) the first item always?Yes, as mostly I will be pasting the 1st item on the list, the rest of the list is useful in order to know when I'm up to...
Hi,
I can make it whatever 2-key combo that you want, but, again, I suggest avoiding common key combos ...In that case I would prefer Shift+s for copy and Shift+d for paste as the other handy controls of the left side are mostly taken (Ctrl,Winkey,Alt) and the function keys are not handy.
Well, you really don't want Shift+s or Shift+d as the hotkeys, as they are the upper case letters for S and D.I am assuming that you first must activate the script in order to have it functioning, therefore I dont see a problem with having Shift+s be the copy, as at the time I am working on the copy/paste task there are no typing, however you can do the 3 key combination and will work with that.
In those cases, use the View Selected Text feature, which loads the copied text into Notepad, then use the Enter key to break the line(s) wherever you want, then re-copy all the lines from Notepad to the clipboard.Okay will do that.
Ben wants control on when each item (line) is pasted.Correct, wish I could use automation but not possible as each field needs to be defined separately and something must be clicked between those, besides some are values not fields, as you can see on the example above...
In those cases, use the View Selected Text feature, which loads the copied text into Notepad, then use the Enter key to break the line(s) wherever you want, then re-copy all the lines from Notepad to the clipboard.I think to first copy the whole text into notepad, there adjust all line breaks, then activate the script to do the pasting, no?
This is not a way to do it.