So I decide to make an Autohotkey GUI that can serve as a bridge between Everything and Directory Opus. basically I took the ListView from the Everything window and put it to the A_GUI along with others controls. So far so good. The only problem is that to access to the selected item I have to use the "copy path to clipboard" option from Everything (since Everything List View is not a "Window regular" list view), and I have to pass through the Gui hotkeys to the Everything window. Is a real pain in the ass.
Since Autohotkey have support for Send/post Messages to a window (and is far better this way), I wonder if Everything have some number messages for actions like copy path to clipboard, set run count and stuff like that.
Hope I'll be clear, sorry for my poor English skills.
Thanks