Download AutoHotkey 1.1.29.01

Spread the love

AutoHotkey is developed in Visual C++ and allows you to place frequently used keystrokes, actions and/or button combos with the keyboard and mouse behind a shortcut, so that the relevant action is performed in one go. It is also possible to convert previously scripted key combinations from AutoIt2 to the scripting language from AutoHotkey. The developer has released version 1.1.29.01 with the following list of changes:

Version 1.1.29.01

  • Fixed WinMove crashing the program in some cases [broken by v1.1.29.00].
  • Fixed Gui x:Default if no Gui has been created [broken by v1.1.29.00].

Version 1.1.29.00

  • Added Object.Count() and ObjCount(Object).
  • Added ObjGetBase(Object) and ObjSetBase(Object, Base).
  • Added ObjRawGet(Object, Key).
  • Added OnError(Func [, AddRemove]).
  • Revised exception handling:
    • If unhandled, show an error message/call OnError before the stack unwinds (making exceptions consistent with runtime errors).
    • Fixed __Delete causing commands to throw even when Try is not used.
    • Fixed COM clients unable to catch built-in script errors.
  • Removed the limits on the number of custom modifiers that can be used with each key.
  • Changed Send {Text} to avoid toggling CapsLock or waiting for Win+L.
  • Fixed #Warn ClassOverwrite to not warn for A_Args.
  • Improved DBGp source command to properly convert between file codepage and UTF-8, and to reduce code size.
  • Other code size optimizations and trivial maintenance.

Version number 1.1.29.01
Release status Final
Operating systems Windows 7, Windows Vista, Windows 8, Windows 10
Website AutoHotkey
Download
License type GPL
Facebook Notice for EU! You need to login to view and post FB Comments!
You might also like