We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syntaxes/ahk2.d.ahk
Typos: (these affect code when formatting)
HotIfWinactive ---> HotIfWinActive HotIfWinNotactive ---> HotIfWinNotActive
HotIfWinactive
HotIfWinActive
HotIfWinNotactive
HotIfWinNotActive
Reference typos:
ComObjActive(CLSID) => ComObjct ---> ComObject SoundGetInterface(IID [, Component, Device]) => Comobject ---> ComObject ClipWait([Timeout, WaitForanyData]) => Integer ---> WaitForAnyData Hotstring(StringorOptions [, Replacement, OnOffToggle]) => String ---> StringOrOptions
ComObjActive(CLSID) => ComObjct
ComObject
SoundGetInterface(IID [, Component, Device]) => Comobject
ClipWait([Timeout, WaitForanyData]) => Integer
WaitForAnyData
Hotstring(StringorOptions [, Replacement, OnOffToggle]) => String
StringOrOptions
JSDoc open comment typos (should open with /**) :
/**
ComObjFromPtr(DispPtr) Sin(Number) Tan(Number)
ComObjFromPtr(DispPtr)
Sin(Number)
Tan(Number)
Param info has double space:
A_CoordModeMouse A_CoordModePixel A_CoordModeToolTip
A_CoordModeMouse
A_CoordModePixel
A_CoordModeToolTip
The text was updated successfully, but these errors were encountered:
363ca14
No branches or pull requests
syntaxes/ahk2.d.ahk
Typos: (these affect code when formatting)
HotIfWinactive
--->HotIfWinActive
HotIfWinNotactive
--->HotIfWinNotActive
Reference typos:
ComObjActive(CLSID) => ComObjct
--->ComObject
SoundGetInterface(IID [, Component, Device]) => Comobject
--->ComObject
ClipWait([Timeout, WaitForanyData]) => Integer
--->WaitForAnyData
Hotstring(StringorOptions [, Replacement, OnOffToggle]) => String
--->StringOrOptions
JSDoc open comment typos (should open with
/**
) :ComObjFromPtr(DispPtr)
Sin(Number)
Tan(Number)
Param info has double space:
A_CoordModeMouse
A_CoordModePixel
A_CoordModeToolTip
The text was updated successfully, but these errors were encountered: