Relative Content

Tag Archive for autohotkey

AutoHotKey cannot find Ahk2Exe.exe

Have a problem when I compiling an .ahk-file. I downloaded the program, re-installed it, but it comes the same error: Cannot compile, compiler won’t started. I am not able to compile anymore with the prompt:
“””
Error: Failed attempt to launch program or document:
Action: <C:Program FilesAutoHotkeyCompilerAhk2Exe.exe>
Params: <>

autohotkey convert v1 to v2 problem,Error: This value of type “Object” has no method named “insert”

I want to convert this ahk liabrary (v1) file to v2 version.
https://github.com/jixiuf/my_autohotkey_scripts/blob/master/ahk_scripts/emacs-key-sequence.ahk
Because,I’m a new learner,I do not understand too much the code above. So,I found a solution that can blindly convert a v1 ahk file to v2 version.the solution is here.
https://github.com/mmikeww/AHK-v2-script-converter
It’s called ‘AHK-v2-script-converter’.I use this tool to convert the code above.the result is below