Download AutoHotkey 1.1.37.02

Spread the love

Version 1.1.37.02 of AutoHotkey has been released, which also includes the last version is the one that will be released from the 1.1 series. 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 1.1.37.02:

  • Fixed inability of LWin::Alt to be used to activate some Alt combos.
  • Fixed mouse AltTab hotkeys not suppressing execution of a prefix hotkey, such as 1:: for 1 & WheelDown::AltTab. (Broken by v1.1.37.00)
  • Fixed hook hotkeys not recognizing modifiers which are pressed down by SendInput.
  • 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 A_Clipboard ignoring assignment of pure numeric values.
  • Fixed SendInput failing to release LCtrl after having released RAlt (if it isn't AltGr).
  • Fixed new threads being unable to prevent a message check with Critical.

Version number 1.1.37.02
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