Hello everyone.
I've been using AutoHotKey_L for a while now, so I already wrote down some codes I use every day.
Recently, I figured out that for a specific code I had in mind I needed a function like "exec" in python. Unfortunately, it looked like AutoHotKey_L didn't have any way to do it, but _H has a function just for that. So I installed AutoHotKey_H and discovered that yes, the new function works perfectly but that I will need to modify my old codes to the new syntax (they have different syntax, right? Because in many cases I get an error until I change to a new syntax)
Now, I could re-write all my codes, but I prefer not doing it as it will take really long time. So, is there a way to run some codes written in _L and at the same time write some others in _H? In this way, I could just write the new code I need in _H without modifying the old ones.
Thank you very much!
Running ahk_L and ahk_H at the same time
Re: Running ahk_L and ahk_H at the same time
did you download AHK_H version 1 or version 2? v1 should have the same syntax as AHK_L. v2 has the same syntax as AHK v2
Re: Running ahk_L and ahk_H at the same time
I re-installed everything and now it's working fine. (I was working with version 1 of both)
Thank you very much!
Thank you very much!