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

DonationCoder.com Software > Post New Requests Here

IDEA: autooglefriend AHK script

(1/1)

SexyLilDarkPaw:
So you got an annoying friend who can't use google and asks you like questions non stop.  This site does like a google automated fly in and types the text says that wasnt so hard and then googles it for the person.  I was wondering if there was a way to script it so all i do is highlight a portion of the convo where they asked me  the question and press a hotkey to auto-paste into the message box and send?  I'd give it a go myself but i'm afraid looking for window dialog to paste into text box or something would be hard.  i want it to work on the current ontop application and send to the textbox

http://www.lmgtfy.com/?q=What-they-asked-here

Any hints ideas, help  or even coding would be appreciated =)

Nod5:
Not as automated as you wished for but this should work wherever copy and paste works.

--- ---F7::
Send ^c  ;copy selected text
clipwait
StringReplace, clipboard, clipboard, %A_space%, +, ALL
clipboard = http://www.lmgtfy.com/?q=%clipboard%
return- select text
- press hotkey (change F7 to whatever)
- select input box
- ctrl+v

Deozaan:
Auto Ogle Friend?

My female friends may not appreciate that very much. :-[

Then again, neither would my male friends! :tellme: :-[

My wife would like it least of all! :redface:

Sounds like a bad idea all around. :down:

Navigation

[0] Message Index

Go to full version