Releases: thqby/AutoHotkey_H
Releases · thqby/AutoHotkey_H
v2.1-alpha.8
v2.1-alpha.8
v2.1-alpha.7
v2.1-alpha.7
v2.0.10
v2.0.9
v2.0.8
v2.0.7
v2.0.5
v2.0.4
v2.0.3
v2.0.2
- Added
GuiControl.Prototype.OnMessage(Msg, Callback [, AddRemove])
, andGui.Prototype.OnMessage(Msg, Callback [, AddRemove])
, the parameter of the callback has changed,Callback(GuiObj, wParam, lParam, Msg)
,A_EventInfo
is the message posted time. - Added
JSON.parse(text, keep_type := true, as_map := true)
optional parameters,null
can be used asunset
in array literal. JSON.parse
supports JSON5 format.- The keys of object literals support quoted strings,
v := {'key':val}