ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Using FARR to Issue a Control F Command

<< < (3/3)

putnum:
awesome that works! What about sending clipboard data as well?

mouser:
just use $$c to send clipboard contents, so:
sendkeys ^f$$c

if you wanted to trigger the enter key automatically you could make it:
sendkeys ^f$$c{ENTER}

putnum:
dude you rock!!! Thanks. I am going to find that donation button now :)

putnum:
Does this work for you in IE 7 by chance? I get the find window but nothing gets transferred to the window?? This works fine in google chrome.

Adam

mouser:
works in my IE 8.

what you might try is sticking in a delay between the Ctrl+F and the clipboard text, like so:

send a control F to the last window| sendkeys ^f{SLEEP 500}$$c{ENTER}

Navigation

[0] Message Index

[*] Previous page

Go to full version