Information AboutAutohotkey |
| CATEGORIES ABOUT AUTOHOTKEY | |
| gui automation | |
| free system software | |
AutoHotkey is a Free , Open Source Macro and Automation Software which allows users to automate repetitive tasks and modify the Windows user interface. It is driven by a custom Script ing Language that is aimed specifically at providing Keyboard Shortcut s or Hot Key s, and is intended to be Backwards Compatible with the AutoIt2 language. Many simple and repetitive tasks can be automated with this system. Scripts can launch a program or document, send keystrokes and mouse clicks, set and retrieve Variable s, run loops, and manipulate windows, files, and folders. A side effect of setting hotkeys is that keys can be remapped or disabled. AutoHotkey also allows 'hotstrings' to be replaced as they are typed (e.g. turning "btw" into "by the way"). More complex tasks can be achieved with custom data entry forms ( GUIs ), working with the registry, or using the Windows own API by calling the DLLs. The scripts can be compiled to an executable file that can be run on computers that don't have AutoHotkey installed. A list of other tasks AutoHotkey could be used for:
EXAMPLES The following scripts allow the user to search for a particular word or phrase using Google or Wikipedia . After selecting the text from any application, pressing the configurable hotkey will open the default Browser and perform the search. ; Hotkey is Win + g
; Hotkey is Win + w
AutoHotkey is often used to automate typing. For example the following script allows a using Firefox to right click on a user name or IP link and copy its value into variables with the hotkeys CTRL-SHIFT-W and CTRL-SHIFT-E. Then with the hotkey CTRL-SHIFT-R, the program uses the variables to produce an edit summary.
There are many more examples of what can be done with autohotkey in the scripts and functions section of their forum. Many of these scripts have also have been sorted into a catalogue based on the purpose of the script. SEE ALSO EXTERNAL LINKS
|
|
|