Hi Mat
Great to hear that the Thetis PTT is now working correctly.
AutoHotKey V2 has a "somewhat" different syntax from AHK V1!!
Once I have a .AHK script working, then I "compile" the script to .EXE and in the "compile" process the correct version of the AutoHotKey interpreter is automatically selected by the "compiler". The main reason I use AHK V2 is that for more complex scripts/programs, AHK V2 has a better programming syntax, and features, eg Try Catch, Static Vars, cleaner Function definition for example. But for simple scripts like the Thetis PTT, AHK V1 is perfectly adequate, is simple, and doesn't benefit from the superior "programming" syntax/methods etc of AHK V2, in fact I would say that for 10~20 line scripts, using AHK V2 is overkill and more importantly adds needless, confusing, & obfuscating complexity for no gain.
If it helps others without AutoHotKey knowledge, I can make available the .EXE version of the Thetis PTT script so that people don't have to install AutoHotKey itself. If people would like this functionality let me know, and I will put in some effort so that .EXE can be run with command line arguments enabling the user to select which key they want to use to trigger the Thetis PTT.
Once again, really glad to hear that your have Thetis PTT working correctly
73
Peter - GM8JCF
PS, I must try the ANAN multi-meter and see/find out why it interferes with the desired Thetis PTT functionality.