Customize your keyboard, joystick and mouse with an open source automation and hotkey utility that is backward compatible with AutoIt. It includes a quick-start tutorial, an automatic script writer that records and plays back your keystrokes and mouse clicks, and a comprehensive help file. The program can remap keys and buttons, and make almost any key, joystick button, mouse button, or combination into a hotkey. It also allows you to define abbreviations that expand as you type them (auto-replace); create custom GUI windows and menu bars; retrieve or change the volume, mute, and other settings of any soundcard; hide/close/resize any window; use a joystick as a mouse; retrieve and change the clipboard"s contents; display dialog boxes, tooltips, balloon tips, and popup menus; and create your own stand-alone EXE files that can be run on any computer.
Changelog
- Fixed crash of illegally-named dynamic variables on the left of an equal-sign assignment (broken by 1.0.45). [thanks PhiLho]
- Fixed FileMoveDir"s "Option 2" to work properly even when the directory is being both renamed and moved. [thanks bugmenot]
- Fixed inability to pass a variable ByRef if that same expression changed it from empty to non-empty (when #NoEnv is absent). [thanks Joy2DWorld]
- Changed DllCall"s A_LastError to reflect only changes made by the script, not by AutoHotkey itself. [thanks Azerty]