AutoHotkey wordt ontwikkeld in C++ en stelt je in staat om vaak gebruikte toetsaanslagen, handelingen en/of knoppencombo's met het toetsenbord, muis en gamepad achter een hotkey 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 AutoKey. Gisteren is in de vorm van 1.0.36.01 een nieuwe versie van de software online gezet. Deze release kan hier gedownload worden en wordt geleverd met de volgende veranderingen:
Changelog
- Fixed FileCopy and FileMove to avoid deleting a file that is copied/moved onto itself. In such a case, FileCopy still counts it as a failure but FileMove now counts it as a success. [thanks mario_a]
- Fixed continuation sections so that accents and commas after the word Join don't change the behavior of accents and commas in the section. [thanks Nemroth]
- Added "WinSet Top", which attempts to bring a window to the top of the stack without activating it. [thanks catweazle]