AHK v2 Script Converter This is a work in progress. But it should be good enough to save you a lot of time with some of the more tedious conversions. This script will attempt to convert a script written in AHK v1 to the correct syntax so that it works in AHK v2. It is useful to...
Re: ahk_parser.js (convert v1->AHK_H v2) and what else ? Posted:26 May 2021, 10:35 byguest3456 very nice this was an older attempt here: https://github.com/mmikeww/AHK-v2-script-converter it might not be useful for you, but you could check all the Tests to confirm your parse...
Ahk2Exe is the official AutoHotkey script to EXE converter, which is written itself in AutoHotkey v1.1. It compiles v1.1 and v2+ scripts into executables. https://www.autohotkey.com/ How to compile Ahk2Exe Ahk2Exe must be compiled with itself as it uses compiler directives. The compilation...
Forks of AHK which add new features to the core language AutoHotkey_H AutoHotkey_H- AHK_H adds functionality to original AutoHotkey and offers true multi-threading using NewThread() function or AutoHotkey.dll.Full list of v1 changes+Full list of v2 changes ...
5.Debatably, there should be a completed AHK v1 to AHK v2 converter tool, making the transition easier This should probably be just as important as making AHK v2 the official release. Jeeswg has done a lot of work on this-https://www.autohotkey.com/boards/viewtopic.php?t=36754 ...
The lack of V2 was actually holding me back from using UIA. It would be cool to also include into the viewer some test possibilities to for example test clicking on a specific element, and a button to copy the code for this. V2 is coming... wInspector - QuickConverterV2 - GuiCtlExt...
Hi Folks, Newbie on v2 here... I'm trying to update the AutoCorrect.ahk script for v2. RaptorX's converter did a lot of the work for me. I had to tweak the InputBox, but I think I got that working. The original code by Jim B has a loop that puts the carret at a certain ...
Great work!!! Now I will start to use v2 in new projects, and translate some v1 code and libraries. V2 is coming... wInspector - QuickConverterV2 - GuiCtlExt TopSAbboushi Posts: 252 Joined: 08 Dec 2014 @ Quote 25 Jul 2021, 08:56 Congrats! Great work! TopTheArkive Posts: 10...
I am new to AHT and found out to run the script as .exe file. So I compile it in the 'Script to EXE Converter' with the BaseFile v1.1.37 and it works. If I try to compile it with v2.0.18 a lot of errors popup. So I stayed with the old version because its working for...