Op de site van AutoHotKey is in de vorm van 1.0.25.06 een nieuwe versie van het programma te downloaden. De update is beschikbaar als installer, zip-file en C++-broncode. AutoHotkey stelt je in staat om vaak gebruikte toetsaanslagen, handelingen en/of knoppencombo's met het toetsenbord, muis en gamepad achter een hotkey te zetten, zodat de betreffende handeling in één keer wordt uitgevoerd. Daarbij is het mogelijk om eerder gescripte toetscombinaties van AutoIt2 te converteren naar de scripttaal van AutoKey. Het changelog van versie 1.0.25.06 ziet er als volgt uit:
1.0.25.06
- Fixed FileSelectFile's new multi-select option so that selecting a single file in a root folder such as C: will include a backslash after the folder name.
- Fixed the fact that an expression such as Var:=" string " would obey AutoTrim while a more complex expression would not. By design, AutoTrim should never affect expressions. [thanks Ya-Cha]
- Fixed expressions so that concatenating a reference such as Array%i% always treats Array%i% as an empty string, as documented. [thanks Ya-Cha]
- Changed expressions so that performing an invalid operation -- such as adding a string to a number or dividing by zero -- causes only the affected portion to evaluate to a blank string rather than the entire expression.
- Changed the installer to preserve the editor associated with scripts (rather than changing it to Notepad). Also, the open/run/compile context menu items for .ahk files have been corrected to work on a broader range of systems. [thanks corrupt]
- Improved PixelSearch to optionally sort from right to left rather than left to right. If any of your scripts rely on PixelSearch always reporting "not found" for inverted coordinates, please adjust them accordingly. [thanks BoBo & SD2K]
- Improved SplitPath to support URLs. [thanks BoBo]