v2.1-alpha.30
v2.1-alpha.30
v2.1-alpha.30
v2.1-alpha.29
Fixed ControlGetItems/ControlGetChoice not throwing for Tab controls. Fixed error reporting for ComObjArray().__Enum(), if it ever fails. Fixed TraySetIcon("HBITMAP:" handle) without *. SHA256 hash 2BF1B89B1047136490FC321D2FDC988B42DD86F693EEA7872746AC6ADF722BC3 AutoHotkey_2.0.26_setup.exe 43522AA3122A57784AC5DB30ABF85C2244475C36ACD7796E2C993355F9E926AE AutoHotkey_2.0.26.zip
Fixed ByRef alias to global var becoming unset in recursive calls. Fixed error raised by Hotkey() not transferring control correctly. SHA256 hash 4098093C65C6128912FE484727B62D77085097D6178FD9C3AD9A97AE3138636C AutoHotkey_2.0.25_setup.exe 44035E19CB8B1B642E0AF294B1E53556BF51453BB3AED0A8700C2EF509D0D340 AutoHotkey_2.0.25.zip
v2.1-alpha.28
Fixed navigation with Tab key in a Gui with a nested Gui (+Parent). UX/Dash Added an optional check for AutoHotkey updates, disabled by default. [based on AutoHotkey/AutoHotkeyUX#11 by kczx3] Fixed errors being raised when arrow keys are used in the Help Files menu. [AutoHotkey/AutoHotkeyUX#24 by iPhilip] Fixed install-version.ahk to delete the temporary ".staging" directory after installing an up…
v2.1-alpha.27
v2.1-alpha.26
v2.1-alpha.25
Changed how key-up events are correlated to key-down events for the purpose of determining whether to suppress key-up. A key-down with SendLevel between 1 and 7 now only correlates with a key-up of the same level. When #InputLevel 1 is in effect, this fixes Right::Send "{Right}" not suppressing key-up, RShift::RAlt interfering with RAlt::RShift and vice versa. Events with SendLevel 8 and above are…