Download AutoHotkey 2.0.8

Spread the love

Version 2.0.8 of AutoHotkey has been released. This program allows you to place frequently used keystrokes, actions and/or button combos with keyboard and mouse in a script behind a shortcut key, so that the action in question is performed in one go. It is also possible to convert previously scripted key combinations from AutoIt2 to the AutoHotkey scripting language. Version 2.0 includes a new command set that is much more structured, but is not compatible with the 1.1 versions. More about the differences between 1.1 and 2.0 can be found here this page are being found. The following improvements have been made in this release:

Changes in version 2.0.8:

  • Fixed ByRef parameters erroneously assigning the default value to the caller’s VarRef if unset.
  • Fixed some issues affecting suppressed Alt/Ctrl/Shift/Win hotkeys, such as:
    • *LCtrl:: blocked LCtrl from the active window, but sending Alt-key combinations would fail because the system thinks Ctrl is down, and would therefore send WM_KEYDOWN instead of WM_SYSKEYDOWN.
    • *LAlt:: caused the system to forget any prior {LAlt DownR}, so a remapping such as LCtrl::LAlt would not behave correctly while LAlt is physically down, even though LAlt was suppressed.
    • Other potential issues where the system’s low-level tracking of a modifier key doesn’t match up with the logical state.
  • Fixed some issues affecting continuation sections:
    • Escape sequences in the Join option were translated twice, causing ““ to become one literal ` instead of two, “n to become a linefeed, and similar.
    • `” or `’ produced a literal backtick and ended the string, instead of producing a literal quote mark, if the continuation section was enclosed in quotes of the same type and lacked the ` option.
  • Optimized the automatic escaping of quote marks and backtick in continuation sections.
  • Fixed breakpoint_list (debugger) returning duplicates on lines containing fat arrow functions.
  • Fixed +BackgroundDefault failing to override the Gui’s BackColor property.

Version number AutoHotkey 2.0.8
Release status Final
Operating systems Windows 7, Windows 8, Windows 10, Windows 11
Website AutoHotkey
Download https://www.autohotkey.com/download/
License type GPL
You might also like
Exit mobile version