I have a writing workflow that uses two windows in the same application side by side. The windows have varying titles with no rhyme or reason it seems. Both can have the same title. What I'd like to do is run a macro action that pastes the clipboard into the left window no matter its name. Or maybe I'd settle for always pasting from the active to the window that wasn't active.
This shows the two windows in my workflow.
I have macros that take highlighted text from the active window and I'd like to dependably paste it into the other window. But the window names are always changing. I know it sounds like I should be using drag and drop for this be the macro copies text from one window and uses it to search in the second window.