PageRenderTime 60ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/AutoHotkey.docset/Contents/Resources/Documents/static/source/data_toc.js

https://gitlab.com/ahkscript/Autohotkey.docset
JavaScript | 434 lines | 434 code | 0 blank | 0 comment | 0 complexity | 113c855e54f0d15ad1dbe0c59464cefc MD5 | raw file
  1. toc = [
  2. {label:"AutoHotkey",path:"AutoHotkey.htm"},
  3. {label:"Tutorial (quick start)",path:"Tutorial.htm"},
  4. {label:"FAQ (Frequently Asked Questions)",path:"FAQ.htm"},
  5. {label:"Command and Function Index",path:"commands/index.htm"},
  6. {label:"Script Showcase",path:"scripts/index.htm"},
  7. {label:"Recent Changes",path:"AHKL_ChangeLog.htm"},
  8. {label:"Basic Usage and Syntax",children:
  9. [
  10. {label:"Hotkeys",path:"Hotkeys.htm"},
  11. {label:"Hotstrings & auto-replace",path:"Hotstrings.htm"},
  12. {label:"Remapping keys and buttons",path:"misc/Remap.htm"},
  13. {label:"Key List (Keyboard, Mouse, Joystick)",path:"KeyList.htm"},
  14. {label:"Scripts",path:"Scripts.htm"},
  15. {label:"Variables and Expressions",path:"Variables.htm"},
  16. {label:"Functions",path:"Functions.htm"},
  17. {label:"Debugging (DBGp) Clients",path:"AHKL_DBGPClients.htm"},
  18. {label:"Objects",path:"Objects.htm",children:
  19. [
  20. {label:"Basic Usage",path:"Objects.htm#Usage"},
  21. {label:"Extended Usage",path:"Objects.htm#Extended_Usage"},
  22. {label:"Custom Objects",path:"Objects.htm#Custom_Objects"},
  23. {label:"Default Base Object",path:"Objects.htm#Default_Base_Object"},
  24. {label:"Implementation",path:"Objects.htm#Implementation"},
  25. {label:"Object",path:"objects/Object.htm"},
  26. {label:"Enumerator Object",path:"objects/Enumerator.htm"},
  27. {label:"File Object",path:"objects/File.htm"},
  28. {label:"Function Objects",path:"objects/Functor.htm"}
  29. ]}
  30. ]},
  31. {label:"Moving to AutoHotkey 1.1 (AutoHotkey_L)",children:
  32. [
  33. {label:"AutoHotkey_L New Features",path:"AHKL_Features.htm"},
  34. {label:"Script Compatibility",path:"Compat.htm"}
  35. ]},
  36. {label:"Environment Management",children:
  37. [
  38. {label:"ClipWait",path:"commands/ClipWait.htm"},
  39. {label:"EnvGet",path:"commands/EnvGet.htm"},
  40. {label:"EnvSet",path:"commands/EnvSet.htm"},
  41. {label:"EnvUpdate",path:"commands/EnvUpdate.htm"}
  42. ]},
  43. {label:"Native Code Interop",children:
  44. [
  45. {label:"DllCall",path:"commands/DllCall.htm"},
  46. {label:"NumGet",path:"commands/NumGet.htm"},
  47. {label:"NumPut",path:"commands/NumPut.htm"},
  48. {label:"RegisterCallback",path:"commands/RegisterCallback.htm"},
  49. {label:"StrPut()/StrGet()",path:"commands/StrPutGet.htm"},
  50. {label:"COM",children:
  51. [
  52. {label:"ComObjActive",path:"commands/ComObjActive.htm"},
  53. {label:"ComObjArray",path:"commands/ComObjArray.htm"},
  54. {label:"ComObjConnect",path:"commands/ComObjConnect.htm"},
  55. {label:"ComObjCreate",path:"commands/ComObjCreate.htm"},
  56. {label:"ComObjGet",path:"commands/ComObjGet.htm"},
  57. {label:"ComObjError",path:"commands/ComObjError.htm"},
  58. {label:"ComObjFlags",path:"commands/ComObjFlags.htm"},
  59. {label:"ComObjQuery",path:"commands/ComObjQuery.htm"},
  60. {label:"ComObjType",path:"commands/ComObjType.htm"},
  61. {label:"ComObjValue",path:"commands/ComObjValue.htm"},
  62. {label:"ObjAddRef / ObjRelease",path:"commands/ObjAddRef.htm"}
  63. ]}
  64. ]},
  65. {label:"File, Directory, and Disk Management",children:
  66. [
  67. {label:"Drive",path:"commands/Drive.htm"},
  68. {label:"DriveGet",path:"commands/DriveGet.htm"},
  69. {label:"DriveSpaceFree",path:"commands/DriveSpaceFree.htm"},
  70. {label:"FileAppend",path:"commands/FileAppend.htm"},
  71. {label:"FileCopy",path:"commands/FileCopy.htm"},
  72. {label:"FileCopyDir",path:"commands/FileCopyDir.htm"},
  73. {label:"FileCreateDir",path:"commands/FileCreateDir.htm"},
  74. {label:"FileCreateShortcut",path:"commands/FileCreateShortcut.htm"},
  75. {label:"FileDelete",path:"commands/FileDelete.htm"},
  76. {label:"FileEncoding",path:"commands/FileEncoding.htm"},
  77. {label:"FileGetAttrib",path:"commands/FileGetAttrib.htm"},
  78. {label:"FileGetShortcut",path:"commands/FileGetShortcut.htm"},
  79. {label:"FileGetSize",path:"commands/FileGetSize.htm"},
  80. {label:"FileGetTime",path:"commands/FileGetTime.htm"},
  81. {label:"FileGetVersion",path:"commands/FileGetVersion.htm"},
  82. {label:"FileInstall",path:"commands/FileInstall.htm"},
  83. {label:"FileMove",path:"commands/FileMove.htm"},
  84. {label:"FileMoveDir",path:"commands/FileMoveDir.htm"},
  85. {label:"FileOpen()",path:"commands/FileOpen.htm"},
  86. {label:"FileReadLine",path:"commands/FileReadLine.htm"},
  87. {label:"FileRead",path:"commands/FileRead.htm"},
  88. {label:"FileRecycle",path:"commands/FileRecycle.htm"},
  89. {label:"FileRecycleEmpty",path:"commands/FileRecycleEmpty.htm"},
  90. {label:"FileRemoveDir",path:"commands/FileRemoveDir.htm"},
  91. {label:"FileSelectFile",path:"commands/FileSelectFile.htm"},
  92. {label:"FileSelectFolder",path:"commands/FileSelectFolder.htm"},
  93. {label:"FileSetAttrib",path:"commands/FileSetAttrib.htm"},
  94. {label:"FileSetTime",path:"commands/FileSetTime.htm"},
  95. {label:"IfExist/IfNotExist",path:"commands/IfExist.htm"},
  96. {label:"IniDelete",path:"commands/IniDelete.htm"},
  97. {label:"IniRead",path:"commands/IniRead.htm"},
  98. {label:"IniWrite",path:"commands/IniWrite.htm"},
  99. {label:"Loop (files & folders)",path:"commands/LoopFile.htm"},
  100. {label:"Loop (read file contents)",path:"commands/LoopReadFile.htm"},
  101. {label:"SetWorkingDir",path:"commands/SetWorkingDir.htm"},
  102. {label:"SplitPath",path:"commands/SplitPath.htm"}
  103. ]},
  104. {label:"Flow of Control",children:
  105. [
  106. {label:"#Include/#IncludeAgain",path:"commands/_Include.htm"},
  107. {label:"{ ... } (block)",path:"commands/Block.htm"},
  108. {label:"Break",path:"commands/Break.htm"},
  109. {label:"Catch",path:"commands/Catch.htm"},
  110. {label:"Continue",path:"commands/Continue.htm"},
  111. {label:"Critical",path:"commands/Critical.htm"},
  112. {label:"Else",path:"commands/Else.htm"},
  113. {label:"Exit",path:"commands/Exit.htm"},
  114. {label:"ExitApp",path:"commands/ExitApp.htm"},
  115. {label:"Finally",path:"commands/Finally.htm"},
  116. {label:"For-loop",path:"commands/For.htm"},
  117. {label:"Gosub",path:"commands/Gosub.htm"},
  118. {label:"Goto",path:"commands/Goto.htm"},
  119. {label:"If commands",path:"commands/IfExpression.htm",children:
  120. [
  121. {label:"If (traditional)",path:"commands/IfEqual.htm"},
  122. {label:"If (expression)",path:"commands/IfExpression.htm"},
  123. {label:"If var [not] between Low and High",path:"commands/IfBetween.htm"},
  124. {label:"If var is [not] type",path:"commands/IfIs.htm"},
  125. {label:"If var [not] in/contains MatchList",path:"commands/IfIn.htm"},
  126. {label:"IfExist/IfNotExist",path:"commands/IfExist.htm"},
  127. {label:"IfInString/IfNotInString",path:"commands/IfInString.htm"},
  128. {label:"IfMsgBox",path:"commands/IfMsgBox.htm"},
  129. {label:"IfWinActive/IfWinNotActive",path:"commands/WinActive.htm"},
  130. {label:"IfWinExist/IfWinNotExist",path:"commands/WinExist.htm"}
  131. ]},
  132. {label:"Loop commands",path:"commands/Loop.htm",children:
  133. [
  134. {label:"Loop",path:"commands/Loop.htm"},
  135. {label:"Loop (files & folders)",path:"commands/LoopFile.htm"},
  136. {label:"Loop (parse a string)",path:"commands/LoopParse.htm"},
  137. {label:"Loop (read file contents)",path:"commands/LoopReadFile.htm"},
  138. {label:"Loop (registry)",path:"commands/LoopReg.htm"}
  139. ]},
  140. {label:"OnExit",path:"commands/OnExit.htm"},
  141. {label:"Pause",path:"commands/Pause.htm"},
  142. {label:"Reload",path:"commands/Reload.htm"},
  143. {label:"Return",path:"commands/Return.htm"},
  144. {label:"SetBatchLines",path:"commands/SetBatchLines.htm"},
  145. {label:"SetTimer",path:"commands/SetTimer.htm"},
  146. {label:"Sleep",path:"commands/Sleep.htm"},
  147. {label:"Suspend",path:"commands/Suspend.htm"},
  148. {label:"Thread",path:"commands/Thread.htm"},
  149. {label:"Throw",path:"commands/Throw.htm"},
  150. {label:"Try",path:"commands/Try.htm"},
  151. {label:"Until",path:"commands/Until.htm"},
  152. {label:"While-loop",path:"commands/While.htm"}
  153. ]},
  154. {label:"Built-in Functions",path:"Functions.htm",children:
  155. [
  156. {label:"Asc",path:"Functions.htm#Asc"},
  157. {label:"Chr",path:"Functions.htm#Chr"},
  158. {label:"FileExist",path:"Functions.htm#FileExist"},
  159. {label:"Format",path:"commands/Format.htm"},
  160. {label:"GetKeyName/VK/SC",path:"Functions.htm#GetKeyName"},
  161. {label:"GetKeyState",path:"Functions.htm#GetKeyState"},
  162. {label:"InStr",path:"commands/InStr.htm"},
  163. {label:"IsByRef",path:"Functions.htm#IsByRef"},
  164. {label:"IsFunc",path:"Functions.htm#IsFunc"},
  165. {label:"IsLabel",path:"Functions.htm#IsLabel"},
  166. {label:"NumGet",path:"commands/NumGet.htm"},
  167. {label:"NumPut",path:"commands/NumPut.htm"},
  168. {label:"OnClipboardChange",path:"commands/OnClipboardChange.htm"},
  169. {label:"OnExit",path:"commands/OnExit.htm"},
  170. {label:"OnMessage",path:"commands/OnMessage.htm"},
  171. {label:"Ord",path:"Functions.htm#Ord"},
  172. {label:"RegExMatch",path:"commands/RegExMatch.htm"},
  173. {label:"RegExReplace",path:"commands/RegExReplace.htm"},
  174. {label:"RegisterCallback",path:"commands/RegisterCallback.htm"},
  175. {label:"StrLen",path:"commands/StringLen.htm"},
  176. {label:"StrPut/StrGet",path:"commands/StrPutGet.htm"},
  177. {label:"StrReplace",path:"commands/StringReplace.htm"},
  178. {label:"StrSplit",path:"commands/StringSplit.htm"},
  179. {label:"SubStr",path:"commands/SubStr.htm"},
  180. {label:"VarSetCapacity",path:"commands/VarSetCapacity.htm"},
  181. {label:"WinActive",path:"commands/WinActive.htm"},
  182. {label:"WinExist",path:"commands/WinExist.htm"}
  183. ]},
  184. {label:"GUI, MsgBox, InputBox & Other Dialogs",children:
  185. [
  186. {label:"FileSelectFile",path:"commands/FileSelectFile.htm"},
  187. {label:"FileSelectFolder",path:"commands/FileSelectFolder.htm"},
  188. {label:"Gui",path:"commands/Gui.htm"},
  189. {label:"Gui control types",path:"commands/GuiControls.htm"},
  190. {label:"GuiControl",path:"commands/GuiControl.htm"},
  191. {label:"GuiControlGet",path:"commands/GuiControlGet.htm"},
  192. {label:"Gui ListView control",path:"commands/ListView.htm"},
  193. {label:"Gui TreeView control",path:"commands/TreeView.htm"},
  194. {label:"IfMsgBox",path:"commands/IfMsgBox.htm"},
  195. {label:"InputBox",path:"commands/InputBox.htm"},
  196. {label:"Menu",path:"commands/Menu.htm"},
  197. {label:"MsgBox",path:"commands/MsgBox.htm"},
  198. {label:"OnMessage",path:"commands/OnMessage.htm"},
  199. {label:"Progress",path:"commands/Progress.htm"},
  200. {label:"SplashImage",path:"commands/Progress.htm"},
  201. {label:"SplashTextOn/SplashTextOff",path:"commands/SplashTextOn.htm"},
  202. {label:"ToolTip",path:"commands/ToolTip.htm"},
  203. {label:"TrayTip",path:"commands/TrayTip.htm"}
  204. ]},
  205. {label:"Mouse and Keyboard",children:
  206. [
  207. {label:"Hotkeys and Hotstrings",path:"Hotkeys.htm",children:
  208. [
  209. {label:"#HotkeyInterval",path:"commands/_HotkeyInterval.htm"},
  210. {label:"#HotkeyModifierTimeout",path:"commands/_HotkeyModifierTimeout.htm"},
  211. {label:"#Hotstring",path:"commands/_Hotstring.htm"},
  212. {label:"#If",path:"commands/_If.htm"},
  213. {label:"#IfTimeOut",path:"commands/_IfTimeout.htm"},
  214. {label:"#IfWinActive/Exist",path:"commands/_IfWinActive.htm"},
  215. {label:"#InputLevel",path:"commands/_InputLevel.htm"},
  216. {label:"#MaxHotkeysPerInterval",path:"commands/_MaxHotkeysPerInterval.htm"},
  217. {label:"#MaxThreads",path:"commands/_MaxThreads.htm"},
  218. {label:"#MaxThreadsBuffer",path:"commands/_MaxThreadsBuffer.htm"},
  219. {label:"#MaxThreadsPerHotkey",path:"commands/_MaxThreadsPerHotkey.htm"},
  220. {label:"#MenuMaskKey",path:"commands/_MenuMaskKey.htm"},
  221. {label:"#UseHook",path:"commands/_UseHook.htm"},
  222. {label:"Hotkey",path:"commands/Hotkey.htm"},
  223. {label:"ListHotkeys",path:"commands/ListHotkeys.htm"},
  224. {label:"Suspend",path:"commands/Suspend.htm"}
  225. ]},
  226. {label:"#InstallKeybdHook",path:"commands/_InstallKeybdHook.htm"},
  227. {label:"#InstallMouseHook",path:"commands/_InstallMouseHook.htm"},
  228. {label:"#KeyHistory",path:"commands/_KeyHistory.htm"},
  229. {label:"BlockInput",path:"commands/BlockInput.htm"},
  230. {label:"Click",path:"commands/Click.htm"},
  231. {label:"ControlClick",path:"commands/ControlClick.htm"},
  232. {label:"ControlSend, ControlSendRaw",path:"commands/ControlSend.htm"},
  233. {label:"CoordMode",path:"commands/CoordMode.htm"},
  234. {label:"GetKeyState",path:"commands/GetKeyState.htm"},
  235. {label:"Key List (Keyboard, Mouse, Joystick)",path:"KeyList.htm"},
  236. {label:"KeyHistory",path:"commands/KeyHistory.htm"},
  237. {label:"KeyWait",path:"commands/KeyWait.htm"},
  238. {label:"Input",path:"commands/Input.htm"},
  239. {label:"MouseClick",path:"commands/MouseClick.htm"},
  240. {label:"MouseClickDrag",path:"commands/MouseClickDrag.htm"},
  241. {label:"MouseGetPos",path:"commands/MouseGetPos.htm"},
  242. {label:"MouseMove",path:"commands/MouseMove.htm"},
  243. {label:"Send, SendRaw, SendInput, SendPlay, SendEvent",path:"commands/Send.htm"},
  244. {label:"SendLevel",path:"commands/SendLevel.htm"},
  245. {label:"SendMode",path:"commands/SendMode.htm"},
  246. {label:"SetDefaultMouseSpeed",path:"commands/SetDefaultMouseSpeed.htm"},
  247. {label:"SetKeyDelay",path:"commands/SetKeyDelay.htm"},
  248. {label:"SetMouseDelay",path:"commands/SetMouseDelay.htm"},
  249. {label:"SetNumScrollCapsLockState",path:"commands/SetNumScrollCapsLockState.htm"},
  250. {label:"SetStoreCapslockMode",path:"commands/SetStoreCapslockMode.htm"}
  251. ]},
  252. {label:"Maths",children:
  253. [
  254. {label:"Abs",path:"Functions.htm#Abs"},
  255. {label:"Ceil",path:"Functions.htm#Ceil"},
  256. {label:"Exp",path:"Functions.htm#Exp"},
  257. {label:"Floor",path:"Functions.htm#Floor"},
  258. {label:"Log",path:"Functions.htm#Log"},
  259. {label:"Ln",path:"Functions.htm#Ln"},
  260. {label:"Mod",path:"Functions.htm#Mod"},
  261. {label:"Random",path:"commands/Random.htm"},
  262. {label:"Round",path:"Functions.htm#Round"},
  263. {label:"SetFormat",path:"commands/SetFormat.htm"},
  264. {label:"Sqrt",path:"Functions.htm#Sqrt"},
  265. {label:"Sin/Cos/Tan",path:"Functions.htm#Sin"},
  266. {label:"ASin/ACos/ATan",path:"Functions.htm#ASin"},
  267. {label:"Transform",path:"commands/Transform.htm"}
  268. ]},
  269. {label:"Screen Management",children:
  270. [
  271. {label:"ImageSearch",path:"commands/ImageSearch.htm"},
  272. {label:"PixelGetColor",path:"commands/PixelGetColor.htm"},
  273. {label:"PixelSearch",path:"commands/PixelSearch.htm"}
  274. ]},
  275. {label:"Misc. Commands",children:
  276. [
  277. {label:"#NoTrayIcon",path:"commands/_NoTrayIcon.htm"},
  278. {label:"#SingleInstance",path:"commands/_SingleInstance.htm"},
  279. {label:"#Warn",path:"commands/_Warn.htm"},
  280. {label:"AutoTrim",path:"commands/AutoTrim.htm"},
  281. {label:"Edit",path:"commands/Edit.htm"},
  282. {label:"ListLines",path:"commands/ListLines.htm"},
  283. {label:"ListVars",path:"commands/ListVars.htm"},
  284. {label:"OutputDebug",path:"commands/OutputDebug.htm"},
  285. {label:"SysGet",path:"commands/SysGet.htm"},
  286. {label:"Transform",path:"commands/Transform.htm"},
  287. {label:"URLDownloadToFile",path:"commands/URLDownloadToFile.htm"},
  288. {label:"VarSetCapacity",path:"commands/VarSetCapacity.htm"}
  289. ]},
  290. {label:"Process Management",children:
  291. [
  292. {label:"Process",path:"commands/Process.htm"},
  293. {label:"Run/RunWait",path:"commands/Run.htm"},
  294. {label:"RunAs",path:"commands/RunAs.htm"},
  295. {label:"Shutdown",path:"commands/Shutdown.htm"}
  296. ]},
  297. {label:"Registry Management",children:
  298. [
  299. {label:"Loop (registry)",path:"commands/LoopReg.htm"},
  300. {label:"RegDelete",path:"commands/RegDelete.htm"},
  301. {label:"RegRead",path:"commands/RegRead.htm"},
  302. {label:"RegWrite",path:"commands/RegWrite.htm"},
  303. {label:"SetRegView",path:"commands/SetRegView.htm"}
  304. ]},
  305. {label:"Sound Commands",children:
  306. [
  307. {label:"SoundBeep",path:"commands/SoundBeep.htm"},
  308. {label:"SoundGet",path:"commands/SoundGet.htm"},
  309. {label:"SoundGetWaveVolume",path:"commands/SoundGetWaveVolume.htm"},
  310. {label:"SoundPlay",path:"commands/SoundPlay.htm"},
  311. {label:"SoundSet",path:"commands/SoundSet.htm"},
  312. {label:"SoundSetWaveVolume",path:"commands/SoundSetWaveVolume.htm"}
  313. ]},
  314. {label:"String Management",children:
  315. [
  316. {label:"Format()",path:"commands/Format.htm"},
  317. {label:"FormatTime",path:"commands/FormatTime.htm"},
  318. {label:"IfInString/IfNotInString",path:"commands/IfInString.htm"},
  319. {label:"If var [not] in/contains MatchList",path:"commands/IfIn.htm"},
  320. {label:"InStr()",path:"commands/InStr.htm"},
  321. {label:"Loop (parse a string)",path:"commands/LoopParse.htm"},
  322. {label:"RegExMatch()",path:"commands/RegExMatch.htm"},
  323. {label:"RegExReplace()",path:"commands/RegExReplace.htm"},
  324. {label:"SetEnv (var = value)",path:"commands/SetEnv.htm"},
  325. {label:"SetFormat",path:"commands/SetFormat.htm"},
  326. {label:"Sort",path:"commands/Sort.htm"},
  327. {label:"StringCaseSense",path:"commands/StringCaseSense.htm"},
  328. {label:"StringGetPos",path:"commands/StringGetPos.htm"},
  329. {label:"StringLeft/StringRight",path:"commands/StringLeft.htm"},
  330. {label:"StringLen",path:"commands/StringLen.htm"},
  331. {label:"StringLower/StringUpper",path:"commands/StringLower.htm"},
  332. {label:"StringMid",path:"commands/StringMid.htm"},
  333. {label:"StringReplace",path:"commands/StringReplace.htm"},
  334. {label:"StringSplit",path:"commands/StringSplit.htm"},
  335. {label:"StringTrimLeft/StringTrimRight",path:"commands/StringTrimLeft.htm"},
  336. {label:"StrLen()",path:"commands/StringLen.htm"},
  337. {label:"StrPut()/StrGet()",path:"commands/StrPutGet.htm"},
  338. {label:"StrReplace()",path:"commands/StringReplace.htm"},
  339. {label:"StrSplit()",path:"commands/StringSplit.htm"},
  340. {label:"SubStr()",path:"commands/SubStr.htm"},
  341. {label:"Trim()",path:"commands/Trim.htm"}
  342. ]},
  343. {label:"Window Management",children:
  344. [
  345. {label:"Controls",children:
  346. [
  347. {label:"Control",path:"commands/Control.htm"},
  348. {label:"ControlClick",path:"commands/ControlClick.htm"},
  349. {label:"ControlFocus",path:"commands/ControlFocus.htm"},
  350. {label:"ControlGet",path:"commands/ControlGet.htm"},
  351. {label:"ControlGetFocus",path:"commands/ControlGetFocus.htm"},
  352. {label:"ControlGetPos",path:"commands/ControlGetPos.htm"},
  353. {label:"ControlGetText",path:"commands/ControlGetText.htm"},
  354. {label:"ControlMove",path:"commands/ControlMove.htm"},
  355. {label:"ControlSend/ControlSendRaw",path:"commands/ControlSend.htm"},
  356. {label:"ControlSetText",path:"commands/ControlSetText.htm"},
  357. {label:"Menu",path:"commands/Menu.htm"},
  358. {label:"PostMessage/SendMessage",path:"commands/PostMessage.htm"},
  359. {label:"SetControlDelay",path:"commands/SetControlDelay.htm"},
  360. {label:"WinMenuSelectItem",path:"commands/WinMenuSelectItem.htm"}
  361. ]},
  362. {label:"Window Groups",children:
  363. [
  364. {label:"GroupActivate",path:"commands/GroupActivate.htm"},
  365. {label:"GroupAdd",path:"commands/GroupAdd.htm"},
  366. {label:"GroupClose",path:"commands/GroupClose.htm"},
  367. {label:"GroupDeactivate",path:"commands/GroupDeactivate.htm"}
  368. ]},
  369. {label:"#WinActivateForce",path:"commands/_WinActivateForce.htm"},
  370. {label:"DetectHiddenText",path:"commands/DetectHiddenText.htm"},
  371. {label:"DetectHiddenWindows",path:"commands/DetectHiddenWindows.htm"},
  372. {label:"IfWinActive/IfWinNotActive",path:"commands/WinActive.htm"},
  373. {label:"IfWinExist/IfWinNotExist",path:"commands/WinExist.htm"},
  374. {label:"SetTitleMatchMode",path:"commands/SetTitleMatchMode.htm"},
  375. {label:"SetWinDelay",path:"commands/SetWinDelay.htm"},
  376. {label:"StatusBarGetText",path:"commands/StatusBarGetText.htm"},
  377. {label:"StatusBarWait",path:"commands/StatusBarWait.htm"},
  378. {label:"WinActivate",path:"commands/WinActivate.htm"},
  379. {label:"WinActivateBottom",path:"commands/WinActivateBottom.htm"},
  380. {label:"WinClose",path:"commands/WinClose.htm"},
  381. {label:"WinGet",path:"commands/WinGet.htm"},
  382. {label:"WinGetActiveStats",path:"commands/WinGetActiveStats.htm"},
  383. {label:"WinGetActiveTitle",path:"commands/WinGetActiveTitle.htm"},
  384. {label:"WinGetClass",path:"commands/WinGetClass.htm"},
  385. {label:"WinGetPos",path:"commands/WinGetPos.htm"},
  386. {label:"WinGetText",path:"commands/WinGetText.htm"},
  387. {label:"WinGetTitle",path:"commands/WinGetTitle.htm"},
  388. {label:"WinHide",path:"commands/WinHide.htm"},
  389. {label:"WinKill",path:"commands/WinKill.htm"},
  390. {label:"WinMaximize",path:"commands/WinMaximize.htm"},
  391. {label:"WinMinimize",path:"commands/WinMinimize.htm"},
  392. {label:"WinMinimizeAll, WinMinimizeAllUndo",path:"commands/WinMinimizeAll.htm"},
  393. {label:"WinMove",path:"commands/WinMove.htm"},
  394. {label:"WinRestore",path:"commands/WinRestore.htm"},
  395. {label:"WinSet",path:"commands/WinSet.htm"},
  396. {label:"WinSetTitle",path:"commands/WinSetTitle.htm"},
  397. {label:"WinShow",path:"commands/WinShow.htm"},
  398. {label:"WinWait",path:"commands/WinWait.htm"},
  399. {label:"WinWaitActive, WinWaitNotActive",path:"commands/WinWaitActive.htm"},
  400. {label:"WinWaitClose",path:"commands/WinWaitClose.htm"}
  401. ]},
  402. {label:"#Directives",children:
  403. [
  404. {label:"#AllowSameLineComments",path:"commands/_AllowSameLineComments.htm"},
  405. {label:"#ClipboardTimeout",path:"commands/_ClipboardTimeout.htm"},
  406. {label:"#CommentFlag",path:"commands/_CommentFlag.htm"},
  407. {label:"#ErrorStdOut",path:"commands/_ErrorStdOut.htm"},
  408. {label:"#EscapeChar",path:"commands/_EscapeChar.htm"},
  409. {label:"#HotkeyInterval",path:"commands/_HotkeyInterval.htm"},
  410. {label:"#HotkeyModifierTimeout",path:"commands/_HotkeyModifierTimeout.htm"},
  411. {label:"#Hotstring",path:"commands/_Hotstring.htm"},
  412. {label:"#If",path:"commands/_If.htm"},
  413. {label:"#IfWinActive/Exist",path:"commands/_IfWinActive.htm"},
  414. {label:"#IfTimeout",path:"commands/_IfTimeout.htm"},
  415. {label:"#Include/#IncludeAgain",path:"commands/_Include.htm"},
  416. {label:"#InputLevel",path:"commands/_InputLevel.htm"},
  417. {label:"#InstallKeybdHook",path:"commands/_InstallKeybdHook.htm"},
  418. {label:"#InstallMouseHook",path:"commands/_InstallMouseHook.htm"},
  419. {label:"#KeyHistory",path:"commands/_KeyHistory.htm"},
  420. {label:"#MaxHotkeysPerInterval",path:"commands/_MaxHotkeysPerInterval.htm"},
  421. {label:"#MaxMem",path:"commands/_MaxMem.htm"},
  422. {label:"#MaxThreads",path:"commands/_MaxThreads.htm"},
  423. {label:"#MaxThreadsBuffer",path:"commands/_MaxThreadsBuffer.htm"},
  424. {label:"#MaxThreadsPerHotkey",path:"commands/_MaxThreadsPerHotkey.htm"},
  425. {label:"#MenuMaskKey",path:"commands/_MenuMaskKey.htm"},
  426. {label:"#NoEnv",path:"commands/_NoEnv.htm"},
  427. {label:"#NoTrayIcon",path:"commands/_NoTrayIcon.htm"},
  428. {label:"#Persistent",path:"commands/_Persistent.htm"},
  429. {label:"#SingleInstance",path:"commands/_SingleInstance.htm"},
  430. {label:"#UseHook",path:"commands/_UseHook.htm"},
  431. {label:"#Warn",path:"commands/_Warn.htm"},
  432. {label:"#WinActivateForce",path:"commands/_WinActivateForce.htm"}
  433. ]}
  434. ];