AutoHotkey

Chris Mallett AutoHotkey Version 1.1.09.01

Open Source Programming Utility (WIN)

Release Date: 2009.09.25

With it, you can:
Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder.
Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
Expand abbreviations as you type them. For example, typing “btw” can automatically produce “by the way”.
Create custom data-entry forms, user interfaces, and menu bars. See GUI for details.
Remap keys and buttons on your keyboard, joystick, and mouse.
Respond to signals from hand-held remote controls via the WinLIRC client script.
Run existing AutoIt v2 scripts and enhance them with new capabilities.
Convert any script into an EXE file that can be run on computers that don’t have AutoHotkey installed.
Getting started might be easier than you think. Check out the quick-start tutorial.
Plus a whole lot more…
Change the volume, mute, and other settings of any soundcard.
Make any window transparent, always-on-top, or alter its shape.
Use a joystick or keyboard as a mouse.
Monitor your system. For example, close unwanted windows the moment they appear.
Minimize your stress: It has been seen that those who goes though high stress full works are often prone other diseases like the diabetes type 2. generic viagra in stores All three medications belong to sildenafil generic canada a class of drugs called phosphodiesterase inhibitors. Many trust that erective dysfunction and male impotence by buying ED drugs from trusted online pharmacies in UK. tadalafil uk buy The profile looks just like any other you’ve visited on the social canada pharmacy tadalafil network. Retrieve and change the clipboard’s contents, including file names copied from an Explorer window.
Disable or override Windows’ own shortcut keys such as Win+E and Win+R.
Alleviate RSI with substitutes for Alt-Tab (using keys, mouse wheel, or buttons).
Customize the tray icon menu with your own icon, tooltip, menu items, and submenus.
Display dialog boxes, tooltips, balloon tips, and popup menus to interact with the user.
Perform scripted actions in response to system shutdown or logoff.
Detect how long the user has been idle. For example, run CPU intensive tasks only when the user is away.
Automate game actions by detecting images and pixel colors (this is intended for legitimate uses such as the alleviation of RSI).
Read, write, and parse text files more easily than in other languages.
Perform operation(s) upon a set of files that match a wildcard pattern.
Work with the registry and INI files.

http://www.autohotkey.com/



For years now, whenever I’ve needed my computer to handle something out of the ordinary, I’ve reached for AutoHotkey. This simple (and free) script processor can respond to hotkeys and “hotstrings” (type wbr and AutoHotkey can replace it with “Best Regards”). But AutoHotkey’s quick-and-dirty nature disguises a mature, powerful programming language that can handle everything from complex math operations to HTML transformations to creating whole user interfaces (windows, buttons, and all).

The most original thing I’ve ever attempted using AutoHotkey was a “Morse” utility: I wanted a tool that would do one thing when I hit Ctrl three times in rapid succession (dot-dot-dot), and do something else when I hit the same key in a dot-dash-dot pattern. AutoHotkey was up to the task, and I didn’t even lose the Ctrl key’s original functionality: All other hotkey combinations (Ctrl+S and so on) continued to work. In that case, I did struggle with the coding: Try as I might, I couldn’t get the utility to work on my own, but AutoHotkey’s friendly developer community came to my rescue, and a knowledgeable member created a script that did exactly what I needed.

Much like VBA, AutoHotkey is addictively easy to use right away. Your first need will likely be a simple one: to remap an annoying shortcut in an application that you use frequently, perhaps, or to create a quick macro for signing your emails. Once you see how easy such improvements are to make with a quick one-liner, you’ll want to do more—which is where AutoHotkey’s comprehensive documentation comes in. Full of examples and clear explanations, the bundled help file can give you a sense of what’s possible, and how to achieve it. To make things even easier, AutoHotkey lets you perform many operations either in a simple syntax (a = Hello), or in a more professional way (for people who are already comfortable with coding in other languages, a := “Hello”). So, two syntaxes yield the same result, and everyone is comfortable. Add the community and its extensive collection of open-source scripts, and AutoHotkey takes automation to a new level.


This entry was posted in Programming and tagged , , . Bookmark the permalink.