AutoHotkey geeft je de mogelijkheid om vaak gebruikte toetsaanslagen, handelingen en/of knoppencombinaties met het toetsenbord, muis en gamepad achter een zogenaamde hotkey te zetten, zodat de betreffende handeling in één keer wordt uitgevoerd. Ondersteuning voor het importeren van knoppencombinaties uit AutoIt2 is aanwezig. De ontwikkelaar heeft versie 1.0.40.08 de deur uit gedaan met de volgende veranderingen sinds de laatste vermelding in de meuktracker:
Version 1.0.40.08:Version 1.0.40.07:
- Fixed ComboBoxes to yield the proper selection when: 1) GuiControl altered the Edit field; or 2) the user manually typed a matching item into an AltSubmit ComboBox.
Version 1.0.40.06:
- Fixed memory leak when a script called a function recursively.
Version 1.0.40.05:
- Fixed crash of abs() when called with an empty string.
- Fixed the number -0x8000000000000000 in expressions.
Version 1.0.40.04:
- Fixed Ceil(), Floor(), and "Transform Ceil/Floor" to give the correct answers for all inputs.
- Fixed remapping so that "Enter" can be a destination key.
- Changed ahk_id to work on hidden child windows (controls) without the need for DetectHiddenWindows.
- Improved Post/SendMessage to accept quoted/literal strings for wParam/lParam.
Version 1.0.40.03:
- Fixed WinGetText and ControlGetText to work on apps that respond incorrectly to WM_GETTEXT (such as AIM).
- Changed the program to align all data on 32-bit boundaries, which solves DllCall structure issues.
- Because some other solution is necessary, the 1-pixel increase for Checkboxes and Radio Buttons in v1.0.40.01 has been undone.