thqby / AutoHotkey_H

AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.
https://autohotkey.com/
GNU General Public License v2.0
93 stars 9 forks source link

COM interface class name #59

Closed lstrfwp closed 1 year ago

lstrfwp commented 1 year ago

The class name shows AuotHotkey2. Is it intentional or a misspelling?

ahk2 := ComObject("AutoHotkey2.Script")
MsgBox Type(ahk2)
thqby commented 1 year ago

Expect AutoHotkey2.Script?

lstrfwp commented 1 year ago

AutoHotkey2 instead of AuotHotkey2

thqby commented 1 year ago

it is misspelling.