Download AutoHotkey 1.0.25.06

Spread the love

A new version of the program can be downloaded from the AutoHotKey site in the form of 1.0.25.06. The update is available as installerzip file and C++ source code† AutoHotkey allows you to put frequently used keystrokes, actions and/or button combos with the keyboard, mouse and gamepad behind a hotkey, so that the relevant action is performed in one go. It is also possible to convert previously scripted AutoIt2 key combinations to the AutoKey scripting language. The changelog of version 1.0.25.06 looks like this:

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]

Version number 1.0.25.06
Operating systems Windows 9x, Windows 2000, Windows XP
Website AutoHotkey
Download
file size

1.25MB

License type GPL
You might also like