Perlence / AutoHotkey.py

Write AutoHotkey scripts in Python.
https://ahkpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
79 stars 12 forks source link

Support for AutoHotkey v2.0 #23

Open gtusr opened 1 year ago

gtusr commented 1 year ago

AHK version 2 was officially released a few weeks ago.

Perlence commented 1 year ago

No, currently AutoHotkey.py doesn't support AutoHotkey v2.0. I may consider implementing it, but I don't think it would be practical (or desirable) to support both AutoHotkey v1.1 and v2.0.

trajano commented 1 year ago

What the general diff between AHK 2 and AHK 1.1 in terms of the COM API contract ?

gtusr commented 1 year ago

I don't know about any changes with respect to the COM API contract.

My understanding is that version 2.0 was introduced to clean up some of the more baroque parts of the syntax inversion 1, which is now officially in legacy maintenance mode.