Versie 2.0.23 van AutoHotkey is uitgekomen. Dit programma stelt je in staat om vaak gebruikte toetsaanslagen, handelingen en/of knoppencombo's met toetsenbord en muis in een script achter een sneltoets te zetten, zodat de betreffende handeling in één keer wordt uitgevoerd. Daarbij is het mogelijk om eerder gescripte toetscombinaties van AutoIt2 te converteren naar de scripttaal van AutoHotkey. In deze uitgave zijn de volgende verbeteringen aangebracht:
Changes in version 2.0.23
- 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 1is in effect, this fixesRight::Send "{Right}"not suppressing key-up,RShift::RAltinterfering withRAlt::RShiftand vice versa. Events with SendLevel 8 and above are still grouped with non-sent events for practical reasons.- Fixed
WinExist("A",,,"B")to not exclude windows which have no controls.- Fixed custom combo hotkeys with neutral modifiers (e.g.
Alt & Esc::) [broken by v2.0.22].- Fixed key-up hotkeys to fire consistently when the key is used as both a prefix and a suffix (e.g.
a & b::,b & a::anda up::).- Fixed timers interrupting MsgBox after the timeout starts but before the window is shown, such as if
SetTimer(MsgBox, -10)is used immediately beforeMsgBox(1,,"T1").
