AutoHotkey programming is is an artificial language designed to express computations that can be performed by a machine, particularly a computer.
Download AutoHotkey programming compiler.
AutoHotkey programming Hello world sample source code.
AutoHotkey programming tutorial.
Thanks Lifehacker for featuring this video!! lifehacker.com This video shows you how to create a keyboard shortcut to create new folders in Windows Explorer. A significant improvement to my previous script, available on www.youtube.com You can download the code at bit.ly and the compiled .exe at bit.ly For more information on Autohotkey, visit www.autohotkey.com Known issues: * Only works with English versions of Windows. Adapting it to other language versions just takes a little modifying of the source code, like this Lifehacker reader did for German: lifehacker.com * Does not work on the desktop (only in explorer windows), but again, you can adapt it so it does. Alternatives, recommended by Lifehacker commenters: * bxNewFolder, which creates new folders with an F12 keyboard shortcut. I haven’t tried it and I am unaware if it is compatible with Vista. www.baxbex.com * Alternative AutoHotkey scripts: These don’t work for me, but they might for you: #F3::Send, !fwf ^F2::Send {AppsKey}wf BTW, since a few people were asking, my visual theme is MX for Vista, available here: austin8159.deviantart.com Thanks for watching!!
Video Rating: 4 / 5
This is a tutorial on how to make a localized security system for your computer. Here is AHK’s link: autohotkey.com Here is the C# code you need: Cursor.Position = new System.Drawing.Point(640, 480); Here is the AHK code you need: !^d:: Process, wait, MouseLock.exe, .1 NewPID = %ErrorLevel% if NewPID = 0 { run C:\Documents and Settings\Username\My Documents\Programs\MouseLock.exe return } ; Otherwise: WinClose MouseLock Process, Close, %NewPID% Return And there you go. If you have any questions, or whatever, post a comment or send me a message.
Video Rating: 5 / 5

This is a bot Made by guy dols and written in AHK (AutoHotKey). If you think you can do better than this go ahead and try. www.albinoblacksheep.com all rights for the music goto Daft Punk
Video Rating: 5 / 5
This is part 2 of the first video in the section for beginners. I will explain how autohotkey handles variables, how to set them up, and how to retrieve their values. I will also show some of the common mistakes done while assigning variables and how to solve it, so in case your script…
Video Rating: 5 / 5
This clip is 3.8 seconds and 114 frames (yet 27.8 MB’s) A live clip is decompiled into a series of images. This process produces 30 frames per second. I then use an .exe I wrote in the autohotkey programming language to load all the images into consecutive frames and convert them into vectors with predefined settings to give it an animated, cartoonish look. The process of converting the images into vectors is by far the most processor intensive. If only a few seconds of film are converted at a time, then a rate of about 13 frames per minute can be achieved. I’m still working out some bugs in the program, currently it bugs out if larger numbers of frames are attempted (2500 frames caused it to basically collapse). Once I sort that out, it should be able to take an entire live action movie and convert it which should take about twice as long as the actual movie itself.
Video Rating: 0 / 5
Taskbar Shuffle www.freewebs.com (also, the quick key for un-minimized is shift+windowskey+m) Always on Top www.fadsoft.net Foxit www.foxitsoftware.com Eyedropper (dead, archive.org link) Newest version may have memory leak issue (slows down the more you use). web.archive.org Apparently autohotkey also has a similar function in their “window spy” feature. Not very visual, but maybe more stable. www.autohotkey.com Test Eye dropper with this Optical Illusion web.mit.edu Windows Sizer www.voidnish.com Text Mining Tool text-mining-tool.com Windows Grep (also has Search and Replace) www.wingrep.com HTTRack www.httrack.com Gspot www.headbands.com Resource hacker www.angusj.com pdf Creator sourceforge.net File menu tools www.lopesoft.com recommended by youtube.com I should have also mentioned this ISO producer that’s been around for a long time. Super tiny file size www.aldostools.com Recommended by Users www.palma.com.au pitaschio.ara3.net www.keybreeze.com www.tcbmi.com qttabbar.wikidot.com www.download.com This is supposed to be a list of tiny (small file size) freeware not many people know about. Please don’t ask why I didn’t include gimp, open office, audacity, camstudio, virtualdub or other random programs I’ve already talked about. %%howto
Video Rating: 4 / 5
This is part 1 of the first video in the section for beginners. I will explain how autohotkey handles variables, how to set them up, and how to retrieve their values. I will also show some of the common mistakes done while assigning variables and how to solve it, so in case your script…
Answering another question from Canadifan about how to setup notepad++ as the default editor for opening ahk files and how to set AutoHotkey as the default language in N++ as well.
Video Rating: 5 / 5
Answering a question made by Canadifan on how to remap the mouse to a key on the keyboard.
Video Rating: 5 / 5