Let me google that for you (lmgtfy)

Post your working scripts, libraries and tools for AHK v1.1 and older
akbars
Posts: 8
Joined: 23 Jun 2014, 19:34

Let me google that for you (lmgtfy)

21 Jul 2014, 12:42

This is a simple script I created to save time on making someone look foolish.

Usage, select text, press ctrl-shift-g and it sends the selected text to clipboard with the correct url for the http://lmgtfy.com/ query.

Code: Select all

^+g::
{
	Send, ^c
	Sleep 50
	clipboard = http://lmgtfy.com/?q=%clipboard%
	;Run, %clipboard%
	Return
}

Why would I do this?!?!
Friends look to me as an IT expert and will send me things like ...'hey how do I restart computer'
Well I select the exact text they send me press the shortcut then paste it to them.

Their reaction... :oops: then :)
User avatar
joedf
Posts: 8960
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Let me google that for you (lmgtfy)

21 Jul 2014, 17:51

Haha lol that does happen to me sometimes... I mean just google it will ya!
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
akbars
Posts: 8
Joined: 23 Jun 2014, 19:34

Re: Let me google that for you (lmgtfy)

22 Jul 2014, 12:11

exactly. It happens to me often enough where I had to create this shortcut lol.
User avatar
submeg
Posts: 326
Joined: 14 Apr 2017, 20:39
Contact:

Re: Let me google that for you (lmgtfy)

08 Feb 2021, 05:34

I use this to go to google direct
____________________________________
Check out my site, submeg.com
Connect with me on LinkedIn
Courses on AutoHotkey :ugeek:
gregster
Posts: 9021
Joined: 30 Sep 2013, 06:48

Re: Let me google that for you (lmgtfy)

08 Feb 2021, 08:32

submeg wrote:
08 Feb 2021, 05:34
I use this to go to google direct
You might be missing the (ironical) point of "Let me google that for you". The first post might give you a hint for a potential (but surely rather superfluous) use case.
Of course, there are other scripts available to use google directly... but it certainly doesn't hurt to create a cross-reference to useful scripts in the archived forums. ;)
User avatar
submeg
Posts: 326
Joined: 14 Apr 2017, 20:39
Contact:

Re: Let me google that for you (lmgtfy)

10 Feb 2021, 02:33

gregster wrote:
08 Feb 2021, 08:32
You might be missing the (ironical) point of "Let me google that for you". The first post might give you a hint for a potential (but surely rather superfluous) use case.
Of course, there are other scripts available to use google directly... but it certainly doesn't hurt to create a cross-reference to useful scripts in the archived forums. ;)
I did chuckle :D I'm trying to convince people to begin using AHK, and being able to google highlighted text is what sold me on the idea.
____________________________________
Check out my site, submeg.com
Connect with me on LinkedIn
Courses on AutoHotkey :ugeek:

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 132 guests