home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 August / PCpro_2005_08.ISO / files / freeware / autohot / AutoHotkeyInstall.exe / Extras / AutoHotkey.ctl < prev    next >
Encoding:
Text File  |  2005-06-01  |  15.3 KB  |  940 lines

  1. #TITLE=AutoHotkey
  2. #INFO
  3. Cliptext Library for AutoHotkey
  4. #SORT=y
  5.  
  6. #T=#AllowSameLineComments
  7.  
  8. #T=#ClipboardTimeout
  9. #ClipboardTimeout milliseconds
  10.  
  11. #T=#CommentFlag
  12. #CommentFlag NewString
  13.  
  14. #T=#ErrorStdOut
  15.  
  16. #T=#EscapeChar
  17. #EscapeChar NewChar
  18.  
  19. #T=#HotkeyInterval
  20. #HotkeyInterval Value
  21.  
  22. #T=#HotkeyModifierTimeout
  23. #HotkeyModifierTimeout milliseconds
  24.  
  25. #T=#Hotstring
  26. #Hotstring NewOptions
  27.  
  28. #T=#Include
  29. #Include FileName
  30.  
  31. #T=#IncludeAgain
  32. #IncludeAgain FileName
  33.  
  34. #T=#InstallKeybdHook
  35.  
  36. #T=#InstallMouseHook
  37.  
  38. #T=#KeyHistory
  39. #KeyHistory MaxEvents
  40.  
  41. #T=#MaxHotkeysPerInterval
  42. #MaxHotkeysPerInterval Value
  43.  
  44. #T=#MaxMem
  45. #MaxMem ValueInMegabytes
  46.  
  47. #T=#MaxThreads
  48. #MaxThreads Value
  49.  
  50. #T=#MaxThreadsBuffer
  51. #MaxThreadsBuffer On|Off
  52.  
  53. #T=#MaxThreadsPerHotkey
  54. #MaxThreadsPerHotkey Value
  55.  
  56. #T=#NoTrayIcon
  57.  
  58. #T=#Persistent
  59.  
  60. #T=#SingleInstance
  61. #SingleInstance [force|ignore|off]
  62.  
  63. #T=#UseHook
  64. #UseHook [On|Off]
  65.  
  66. #T=#WinActivateForce
  67.  
  68. #T=AutoTrim
  69. AutoTrim,On|Off
  70.  
  71. #T=BlockInput
  72. BlockInput,On|Off|Send|Mouse|SendAndMouse|Default
  73.  
  74. #T=Break
  75.  
  76. #T=ClipWait
  77. ClipWait [,SecondsToWait,1]
  78.  
  79. #T=Continue
  80.  
  81. #T=Control
  82. Control,Cmd [,Value,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  83.  
  84. #T=ControlClick
  85. ControlClick [,Control-or-Pos,WinTitle,WinText,WhichButton,ClickCount,Options,ExcludeTitle,ExcludeText]
  86.  
  87. #T=ControlFocus
  88. ControlFocus [,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  89.  
  90. #T=ControlGet
  91. ControlGet,OutputVar,Cmd [,Value,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  92.  
  93. #T=ControlGetFocus
  94. ControlGetFocus,OutputVar [WinTitle,WinText,ExcludeTitle,ExcludeText]
  95.  
  96. #T=ControlGetPos
  97. ControlGetPos [,X,Y,Width,Height,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  98.  
  99. #T=ControlGetText
  100. ControlGetText,OutputVar [,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  101.  
  102. #T=ControlMove
  103. ControlMove,Control,X,Y,Width,Height [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  104.  
  105. #T=ControlSend
  106. ControlSend [,Control,Keys,WinTitle,WinText,ExcludeTitle,ExcludeText]
  107.  
  108. #T=ControlSendRaw
  109. ControlSendRaw [,Control,Keys,WinTitle,WinText,ExcludeTitle,ExcludeText]
  110.  
  111. #T=ControlSetText
  112. ControlSetText,Control,NewText [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  113.  
  114. #T=CoordMode
  115. CoordMode,ToolTip|Pixel|Mouse [,Screen|Relative]
  116.  
  117. #T=DetectHiddenText
  118. DetectHiddenText,On|Off
  119.  
  120. #T=DetectHiddenWindows
  121. DetectHiddenWindows,On|Off
  122.  
  123. #T=Drive
  124. Drive,Sub-command [,Drive ,Value]
  125.  
  126. #T=DriveGet
  127. DriveGet,OutputVar,Cmd [,Value]
  128.  
  129. #T=DriveSpaceFree
  130. DriveSpaceFree,OutputVar,C:\
  131.  
  132. #T=Edit
  133.  
  134. #T=Else
  135.  
  136. #T=EndRepeat
  137.  
  138. #T=EnvAdd
  139. EnvAdd,Var,Value [,TimeUnits]
  140.  
  141. #T=EnvDiv
  142. EnvDiv,Var,Value
  143.  
  144. #T=EnvMult
  145. EnvMult,Var,Value
  146.  
  147. #T=EnvSet
  148. EnvSet,EnvVar,Value
  149.  
  150. #T=EnvSub
  151. EnvSub,Var,Value [,TimeUnits]
  152.  
  153. #T=EnvUpdate
  154.  
  155. #T=Exit
  156. Exit [,ExitCode]
  157.  
  158. #T=ExitApp
  159. ExitApp [,ExitCode]
  160.  
  161. #T=FileAppend
  162. FileAppend [,Text,Filename]
  163.  
  164. #T=FileCopy
  165. FileCopy,Source,Dest [,Flag (1 = overwrite)]
  166.  
  167. #T=FileCopyDir
  168. FileCopyDir,Source,Dest [,Flag]
  169.  
  170. #T=FileCreateDir
  171. FileCreateDir,Path
  172.  
  173. #T=FileCreateShortcut
  174. FileCreateShortcut,Target,C:\My Shortcut.lnk [,WorkingDir,Args,Description,IconFile,ShortcutKey,IconNumber,RunState]
  175.  
  176. #T=FileDelete
  177. FileDelete,Path
  178.  
  179. #T=FileGetAttrib
  180. FileGetAttrib,OutputVar [,Filename]
  181.  
  182. #T=FileGetShortcut
  183. FileGetShortcut,LinkFile [,OutTarget,OutDir,OutArgs,OutDescription,OutIcon,OutIconNum,OutRunState]
  184.  
  185. #T=FileGetSize
  186. FileGetSize,OutputVar [,Filename,Units]
  187.  
  188. #T=FileGetTime
  189. FileGetTime,OutputVar [,Filename,WhichTime (M,C,or A -- default is M)]
  190.  
  191. #T=FileGetVersion
  192. FileGetVersion,OutputVar [,Filename]
  193.  
  194. #T=FileInstall
  195. FileInstall,Source,Dest,Flag (1 = overwrite)
  196.  
  197. #T=FileMove
  198. FileMove,Source,Dest [,Flag (1 = overwrite)]
  199.  
  200. #T=FileMoveDir
  201. FileMoveDir,Source,Dest [,Flag (1 = overwrite)]
  202.  
  203. #T=FileRead
  204. FileRead,OutputVar,Filename
  205.  
  206. #T=FileReadLine
  207. FileReadLine,OutputVar,Filename,LineNum
  208.  
  209. #T=FileRecycle
  210. FileRecycle,Path
  211.  
  212. #T=FileRecycleEmpty
  213. FileRecycleEmpty [,C:\]
  214.  
  215. #T=FileRemoveDir
  216. FileRemoveDir,Path [,Recurse? (1 = yes)]
  217.  
  218. #T=FileSelectFile
  219. FileSelectFile,OutputVar [,Options,RootDir[\DefaultFilename],Prompt,Filter]
  220.  
  221. #T=FileSelectFolder
  222. FileSelectFolder,OutputVar [,RootDir,Options,Prompt]
  223.  
  224. #T=FileSetAttrib
  225. FileSetAttrib,Attributes [,FilePattern,OperateOnFolders?,Recurse?]
  226.  
  227. #T=FileSetTime
  228. FileSetTime [,YYYYMMDDHH24MISS,FilePattern,WhichTime (M|C|A),OperateOnFolders?,Recurse?]
  229.  
  230. #T=FormatTime
  231. FormatTime,OutputVar [,YYYYMMDDHH24MISS,Format]
  232.  
  233. #T=GetKeyState
  234. GetKeyState,OutputVar,WhichKey [,Mode (P|T)]
  235.  
  236. #T=Gosub
  237. Gosub,Label
  238.  
  239. #T=Goto
  240. Goto,Label
  241.  
  242. #T=GroupActivate
  243. GroupActivate,GroupName [,R]
  244.  
  245. #T=GroupAdd
  246. GroupAdd,GroupName,WinTitle [,WinText,Label,ExcludeTitle,ExcludeText]
  247.  
  248. #T=GroupClose
  249. GroupClose,GroupName [,A|R]
  250.  
  251. #T=GroupDeactivate
  252. GroupDeactivate,GroupName [,R]
  253.  
  254. #T=Gui
  255. Gui,sub-command [,Param2,Param3,Param4]
  256.  
  257. #T=GuiControl
  258. GuiControl,Sub-command,ControlID [,Param3]
  259.  
  260. #T=GuiControlGet
  261. GuiControlGet,OutputVar [,Sub-command,ControlID,Param4]
  262.  
  263. #T=HideAutoItWin
  264. HideAutoItWin,On|Off
  265.  
  266. #T=Hotkey
  267. Hotkey,KeyName [,Label,Options]
  268.  
  269. #T=If Else
  270. If Var = Value | IfWinExist,WinTitle | etc.
  271. {
  272.   command1
  273.   command2
  274. }
  275. Else
  276. {
  277.   command1
  278.   command2
  279. }
  280.  
  281. #T=If Var [not] between Low and High
  282.  
  283. #T=If Var [not] contains value1,value2,...
  284.  
  285. #T=If Var [not] in value1,value2,...
  286.  
  287. #T=If Var is [not] type
  288.  
  289. #T=IfEqual
  290. IfEqual,var,value
  291.  
  292. #T=IfExist
  293. IfExist,File|Dir|Pattern
  294.  
  295. #T=IfGreater
  296. IfGreater,var,value
  297.  
  298. #T=IfGreaterOrEqual
  299. IfGreaterOrEqual,var,value
  300.  
  301. #T=IfInString
  302. IfInString,Var,SearchString
  303.  
  304. #T=IfLess
  305. IfLess,var,value
  306.  
  307. #T=IfLessOrEqual
  308. IfLessOrEqual,var,value
  309.  
  310. #T=IfMsgBox
  311. IfMsgBox,Yes|No|OK|Cancel|Abort|Ignore|Retry|Timeout
  312.  
  313. #T=IfNotEqual
  314. IfNotEqual,var,value
  315.  
  316. #T=IfNotExist
  317. IfNotExist,File|Dir|Pattern
  318.  
  319. #T=IfNotInString
  320. IfNotInString,Var,SearchString
  321.  
  322. #T=IfWinActive
  323. IfWinActive [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  324.  
  325. #T=IfWinExist
  326. IfWinExist [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  327.  
  328. #T=IfWinNotActive
  329. IfWinNotActive [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  330.  
  331. #T=IfWinNotExist
  332. IfWinNotExist [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  333.  
  334. #T=ImageSearch
  335. ImageSearch,OutputVarX,OutputVarY,X1,Y1,X2,Y2,ImageFile
  336.  
  337. #T=IniDelete
  338. IniDelete,Filename,Section [,Key]
  339.  
  340. #T=IniRead
  341. IniRead,OutputVar,Filename,Section,Key [,Default]
  342.  
  343. #T=IniWrite
  344. IniWrite,Value,Filename,Section,Key
  345.  
  346. #T=Input
  347. Input [,OutputVar,Options,EndKeys,MatchList]
  348.  
  349. #T=InputBox
  350. InputBox,OutputVar [,Title,Prompt,HIDE,Width,Height,X,Y,Font,Timeout,Default]
  351.  
  352. #T=Is
  353. KeyHistory
  354.  
  355. #T=KeyHistory
  356.  
  357. #T=KeyWait
  358. KeyWait,KeyName [,Options]
  359.  
  360. #T=ListHotkeys
  361.  
  362. #T=ListLines
  363.  
  364. #T=ListVars
  365.  
  366. #T=Loop
  367. Loop,
  368. {
  369.   command1
  370.   command2
  371. }
  372.  
  373. #T=Loop,FilePattern
  374. Loop,FilePattern,IncludeFolders?,Recurse?]
  375. {
  376.   command1
  377.   command2
  378. }
  379.  
  380. #T=Loop,Parse
  381. Loop,Parse,InputVar [,Delimiters|CSV,OmitChars]
  382. {
  383.   command1
  384.   command2
  385. }
  386.  
  387. #T=Loop,Read
  388. Loop,Read,InputFile [,OutputFile]
  389. {
  390.   command1
  391.   command2
  392. }
  393.  
  394. #T=Loop,Reg
  395. Loop,Reg,Key,IncludeSubkeys?,Recurse?]
  396. {
  397.   command1
  398.   command2
  399. }
  400.  
  401. #T=Menu
  402. Menu,MenuName,Command [,Param3,Param4]
  403.  
  404. #T=MouseClick
  405. MouseClick,WhichButton [,X,Y,ClickCount,Speed,D|U,R]
  406.  
  407. #T=MouseClickDrag
  408. MouseClickDrag,WhichButton,X1,Y1,X2,Y2 [,Speed,R]
  409.  
  410. #T=MouseGetPos
  411. MouseGetPos,OutputVarX [,OutputVarY,OuputVarID,OutputVarControl]
  412.  
  413. #T=MouseMove
  414. MouseMove,X,Y [,Speed,R]
  415.  
  416. #T=MsgBox
  417. MsgBox [,Options,Title,Text,Timeout]
  418.  
  419. #T=OnExit
  420. OnExit [,Label]
  421.  
  422. #T=OutputDebug
  423. OutputDebug,Text
  424.  
  425. #T=Pause
  426. Pause [,On|Off|Toggle]
  427.  
  428. #T=PixelGetColor
  429. PixelGetColor,OutputVar,X,Y [,RGB]
  430.  
  431. #T=PixelSearch
  432. Pixelsearch,OutputVarX,OutputVarY,X1,Y1,X2,Y2,ColorID [,Variation,Fast|RGB]
  433.  
  434. #T=PostMessage
  435. PostMessage,Msg [,wParam,lParam,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  436.  
  437. #T=Process
  438. Process,Cmd,PID-or-Name [,Param3]
  439.  
  440. #T=Progress
  441. Progress [,Param1,SubText,MainText,WinTitle,FontName]
  442.  
  443. #T=Random
  444. Random,OutputVar [,Min,Max]
  445.  
  446. #T=RegDelete
  447. RegDelete,HKLM|HKU|HKCU|HKCR|HKCC,SubKey [,ValueName]
  448.  
  449. #T=RegRead
  450. RegRead,OutputVar,HKLM|HKU|HKCU|HKCR|HKCC,SubKey [,ValueName]
  451.  
  452. #T=RegWrite
  453. RegWrite,ValueType,HKLM|HKU|HKCU|HKCR|HKCC,SubKey [,ValueName,Value]
  454.  
  455. #T=Reload
  456.  
  457. #T=Repeat
  458.  
  459. #T=Return
  460. Return [,Expression]
  461.  
  462. #T=Run
  463. Run,Target [,WorkingDir,Max|Min|Hide|UseErrorLevel,OutputVarPID]
  464.  
  465. #T=RunAs
  466. RunAs [,User,Password,Domain] 
  467.  
  468. #T=RunWait
  469. RunWait,Target [,WorkingDir,Max|Min|Hide|UseErrorLevel]
  470.  
  471. #T=Send
  472. Send,Keys
  473.  
  474. #T=SendMessage
  475. SendMessage,Msg [,wParam,lParam,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  476.  
  477. #T=SendRaw
  478. SendRaw,Keys
  479.  
  480. #T=SetBatchLines
  481. SetBatchLines,10ms
  482.  
  483. #T=SetCapslockState
  484. SetCapsLockState,On|Off|AlwaysOn|AlwaysOff
  485.  
  486. #T=SetControlDelay
  487. SetControlDelay ,Delay
  488.  
  489. #T=SetDefaultMouseSpeed
  490. SetDefaultMouseSpeed,Speed
  491.  
  492. #T=SetEnv
  493. SetEnv,Var,Value
  494.  
  495. #T=SetFormat
  496. SetFormat,float|integer,TotalWidth.DecimalPlaces|hex|d
  497.  
  498. #T=SetKeyDelay
  499. SetKeyDelay,Delay
  500.  
  501. #T=SetMouseDelay
  502. SetMouseDelay,Delay
  503.  
  504. #T=SetNumlockState
  505. SetNumLockState,On|Off|AlwaysOn|AlwaysOff
  506.  
  507. #T=SetScrollLockState
  508. SetScrollLockState,On|Off|AlwaysOn|AlwaysOff
  509.  
  510. #T=SetStoreCapslockMode
  511. SetStoreCapslockMode,On|Off
  512.  
  513. #T=SetTimer
  514. SetTimer,Label [,Period|On|Off]
  515.  
  516. #T=SetTitleMatchMode
  517. SetTitleMatchMode,Fast|Slow|1|2|3
  518.  
  519. #T=SetWinDelay
  520. SetWinDelay,Delay
  521.  
  522. #T=SetWorkingDir
  523. SetWorkingDir,DirName
  524.  
  525. #T=Shutdown
  526. Shutdown,Code
  527.  
  528. #T=Sleep
  529. Sleep,Delay
  530.  
  531. #T=Sort
  532. Sort,VarName [,Options]
  533.  
  534. #T=SoundBeep
  535. SoundBeep [,Frequency,Duration]
  536.  
  537. #T=SoundGet
  538. SoundGet,OutputVar [,ComponentType,ControlType,DeviceNumber]
  539.  
  540. #T=SoundGetWaveVolume
  541. SoundGetWaveVolume,OutputVar [,DeviceNumber]
  542.  
  543. #T=SoundPlay
  544. SoundPlay,Filename [,wait]
  545.  
  546. #T=SoundSet
  547. SoundSet,NewSetting [,ComponentType,ControlType,DeviceNumber]
  548.  
  549. #T=SoundSetWaveVolume
  550. SoundSetWaveVolume,Percent [,DeviceNumber]
  551.  
  552. #T=SplashImage
  553. SplashImage [,ImageFile,Options,SubText,MainText,WinTitle,FontName]
  554.  
  555. #T=SplashTextOff
  556.  
  557. #T=SplashTextOn
  558. SplashTextOn [,Width,Height,Title,Text]
  559.  
  560. #T=SplitPath
  561. SplitPath,InputVar [,OutName,OutDir,OutExt,OutNameNoExt,OutDrive]
  562.  
  563. #T=StatusBarGetText
  564. StatusBarGetText,OutputVar [,Part,WinTitle,WinText,ExcludeTitle,ExcludeText]
  565.  
  566. #T=StatusBarWait
  567. StatusBarWait [,BarText,Seconds,Part,WinTitle,WinText,Interval,ExcludeTitle,ExcludeText]
  568.  
  569. #T=StringCaseSense
  570. StringCaseSense,On|Off
  571.  
  572. #T=StringGetPos
  573. StringGetPos,OutputVar,InputVar,SearchText [,Ln|Rn,Offset]
  574.  
  575. #T=StringLeft
  576. StringLeft,OutputVar,InputVar,Count
  577.  
  578. #T=StringLen
  579. StringLen,OutputVar,InputVar
  580.  
  581. #T=StringLower
  582. StringLower,OutputVar,InputVar [,T]
  583.  
  584. #T=StringMid
  585. StringMid,OutputVar,InputVar,StartChar,Count [,L]
  586.  
  587. #T=StringReplace
  588. StringReplace,OutputVar,InputVar,SearchText [,ReplaceText,All]
  589.  
  590. #T=StringRight
  591. StringRight,OutputVar,InputVar,Count
  592.  
  593. #T=StringSplit
  594. StringSplit,OutputArray,InputVar [,Delimiters,OmitChars]
  595.  
  596. #T=StringTrimLeft
  597. StringTrimLeft,OutputVar,InputVar,Count
  598.  
  599. #T=StringTrimRight
  600. StringTrimRight,OutputVar,InputVar,Count
  601.  
  602. #T=StringUpper
  603. StringUpper,OutputVar,InputVar [,T]
  604.  
  605. #T=Suspend
  606. Suspend [,On|Off|Toggle|Permit]
  607.  
  608. #T=SysGet
  609. SysGet,OutputVar,Sub-command [,Param3]
  610.  
  611. #T=Thread
  612. Thread,Setting,P2 [,P3]
  613.  
  614. #T=ToolTip
  615. ToolTip [,Text,X,Y,WhichToolTip]
  616.  
  617. #T=Transform
  618. Transform,OutputVar,Cmd,Value1 [,Value2]
  619.  
  620. #T=TrayTip
  621. TrayTip [,Title,Text,Seconds,Options]
  622.  
  623. #T=URLDownloadToFile
  624. URLDownloadToFile,URL,Filename
  625.  
  626. #T=WinActivate
  627. WinActivate [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  628.  
  629. #T=WinActivateBottom
  630. WinActivateBottom [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  631.  
  632. #T=WinClose
  633. WinClose [,WinTitle,WinText,SecondsToWait,ExcludeTitle,ExcludeText]
  634.  
  635. #T=WinGet
  636. WinGet,OutputVar [,Cmd,WinTitle,WinText,ExcludeTitle,ExcludeText]
  637.  
  638. #T=WinGetActiveStats
  639. WinGetActiveStats,Title,Width,Height,X,Y
  640.  
  641. #T=WinGetActiveTitle
  642. WinGetActiveTitle,OutputVar
  643.  
  644. #T=WinGetClass
  645. WinGetClass,OutputVar [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  646.  
  647. #T=WinGetPos
  648. WinGetPos [X,Y,Width,Height,WinTitle,WinText,ExcludeTitle,ExcludeText]
  649.  
  650. #T=WinGetText
  651. WinGetText,OutputVar [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  652.  
  653. #T=WinGetTitle
  654. WinGetTitle,OutputVar [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  655.  
  656. #T=WinHide
  657. WinHide [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  658.  
  659. #T=WinKill
  660. WinKill [,WinTitle,WinText,SecondsToWait,ExcludeTitle,ExcludeText]
  661.  
  662. #T=WinMaximize
  663. WinMaximize [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  664.  
  665. #T=WinMenuSelectItem
  666. WinMenuSelectItem,WinTitle,WinText,Menu [,SubMenu1,SubMenu2,SubMenu3,SubMenu4,SubMenu5,SubMenu6,ExcludeTitle,ExcludeText]
  667.  
  668. #T=WinMinimize
  669. WinMinimize [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  670.  
  671. #T=WinMinimizeAll
  672.  
  673. #T=WinMinimizeAllUndo
  674.  
  675. #T=WinMove
  676. WinMove,WinTitle,WinText,X,Y [,Width,Height,ExcludeTitle,ExcludeText]
  677.  
  678. #T=WinRestore
  679. WinRestore [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  680.  
  681. #T=WinSet
  682. WinSet,AlwaysOnTop|Trans,On|Off|Toggle|Value(0-255) [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  683.  
  684. #T=WinSetTitle
  685. WinSetTitle,WinTitle,WinText,NewTitle [,ExcludeTitle,ExcludeText]
  686.  
  687. #T=WinShow
  688. WinShow [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  689.  
  690. #T=WinWait
  691. WinWait,WinTitle,WinText,Seconds [,ExcludeTitle,ExcludeText]
  692.  
  693. #T=WinWaitActive
  694. WinWaitActive [,WinTitle,WinText,Seconds,ExcludeTitle,ExcludeText]
  695.  
  696. #T=WinWaitClose
  697. WinWaitClose,WinTitle,WinText,Seconds [,ExcludeTitle,ExcludeText]
  698.  
  699. #T=WinWaitNotActive
  700. WinWaitNotActive [,WinTitle,WinText,Seconds,ExcludeTitle,ExcludeText]
  701.  
  702. #T=A_AhkVersion
  703.  
  704. #T=A_AutoTrim
  705.  
  706. #T=A_BatchLines
  707.  
  708. #T=A_CaretX
  709.  
  710. #T=A_CaretY
  711.  
  712. #T=A_ComputerName
  713.  
  714. #T=A_ControlDelay
  715.  
  716. #T=A_Cursor
  717.  
  718. #T=A_DD
  719.  
  720. #T=A_DDD
  721.  
  722. #T=A_DDDD
  723.  
  724. #T=A_DefaultMouseSpeed
  725.  
  726. #T=A_Desktop
  727.  
  728. #T=A_DesktopCommon
  729.  
  730. #T=A_DetectHiddenText
  731.  
  732. #T=A_DetectHiddenWindows
  733.  
  734. #T=A_EndChar
  735.  
  736. #T=A_ExitReason
  737.  
  738. #T=A_FormatFloat
  739.  
  740. #T=A_FormatInteger
  741.  
  742. #T=A_Gui
  743.  
  744. #T=A_GuiControl
  745.  
  746. #T=A_GuiControlEvent
  747.  
  748. #T=A_GuiHeight
  749.  
  750. #T=A_GuiWidth
  751.  
  752. #T=A_Hour
  753.  
  754. #T=A_IconFile
  755.  
  756. #T=A_IconHidden
  757.  
  758. #T=A_IconNumber
  759.  
  760. #T=A_IconTip
  761.  
  762. #T=A_Index
  763.  
  764. #T=A_IPAddress1
  765.  
  766. #T=A_IPAddress2
  767.  
  768. #T=A_IPAddress3
  769.  
  770. #T=A_IPAddress4
  771.  
  772. #T=A_ISAdmin
  773.  
  774. #T=A_IsCompiled
  775.  
  776. #T=A_IsSuspended
  777.  
  778. #T=A_KeyDelay
  779.  
  780. #T=A_Language
  781.  
  782. #T=A_LineFile
  783.  
  784. #T=A_LineNumber
  785.  
  786. #T=A_LoopField
  787.  
  788. #T=A_LoopFileAttrib
  789.  
  790. #T=A_LoopFileDir
  791.  
  792. #T=A_LoopFileFullPath
  793.  
  794. #T=A_LoopFileLongPath
  795.  
  796. #T=A_LoopFileName
  797.  
  798. #T=A_LoopFileShortName
  799.  
  800. #T=A_LoopFileShortPath
  801.  
  802. #T=A_LoopFileSize
  803.  
  804. #T=A_LoopFileSizeKB
  805.  
  806. #T=A_LoopFileSizeMB
  807.  
  808. #T=A_LoopFileTimeAccessed
  809.  
  810. #T=A_LoopFileTimeCreated
  811.  
  812. #T=A_LoopFileTimeModified
  813.  
  814. #T=A_LoopReadLine
  815.  
  816. #T=A_LoopRegKey
  817.  
  818. #T=A_LoopRegName
  819.  
  820. #T=A_LoopRegSubkey
  821.  
  822. #T=A_LoopRegTimeModified
  823.  
  824. #T=A_LoopRegType
  825.  
  826. #T=A_MDAY
  827.  
  828. #T=A_Min
  829.  
  830. #T=A_MM
  831.  
  832. #T=A_MMM
  833.  
  834. #T=A_MMMM
  835.  
  836. #T=A_Mon
  837.  
  838. #T=A_MouseDelay
  839.  
  840. #T=A_MSec
  841.  
  842. #T=A_MyDocuments
  843.  
  844. #T=A_Now
  845.  
  846. #T=A_NowUTC
  847.  
  848. #T=A_NumBatchLines
  849.  
  850. #T=A_OSType
  851.  
  852. #T=A_OSVersion
  853.  
  854. #T=A_PriorHotkey
  855.  
  856. #T=A_ProgramFiles
  857.  
  858. #T=A_Programs
  859.  
  860. #T=A_ProgramsCommon
  861.  
  862. #T=A_ScreenHeight
  863.  
  864. #T=A_ScreenWidth
  865.  
  866. #T=A_ScriptDir
  867.  
  868. #T=A_ScriptFullPath
  869.  
  870. #T=A_ScriptName
  871.  
  872. #T=A_Sec
  873.  
  874. #T=A_Space
  875.  
  876. #T=A_StartMenu
  877.  
  878. #T=A_StartMenuCommon
  879.  
  880. #T=A_Startup
  881.  
  882. #T=A_StartupCommon
  883.  
  884. #T=A_StringCaseSense
  885.  
  886. #T=A_Tab
  887.  
  888. #T=A_ThisHotkey
  889.  
  890. #T=A_ThisMenu
  891.  
  892. #T=A_ThisMenuItem
  893.  
  894. #T=A_ThisMenuItemPos
  895.  
  896. #T=A_TickCount
  897.  
  898. #T=A_TimeIdle
  899.  
  900. #T=A_TimeIdlePhysical
  901.  
  902. #T=A_TimeSincePriorHotkey
  903.  
  904. #T=A_TimeSinceThisHotkey
  905.  
  906. #T=A_TitleMatchMode
  907.  
  908. #T=A_TitleMatchModeSpeed
  909.  
  910. #T=A_UserName
  911.  
  912. #T=A_WDay
  913.  
  914. #T=A_WinDelay
  915.  
  916. #T=A_WinDir
  917.  
  918. #T=A_WorkingDir
  919.  
  920. #T=A_YDay
  921.  
  922. #T=A_YEAR
  923.  
  924. #T=A_YWeek
  925.  
  926. #T=A_YYYY
  927.  
  928. #T=Clipboard
  929.  
  930. #T=ClipboardAll
  931.  
  932. #T=ErrorLevel
  933.  
  934. #T=True
  935.  
  936. #T=False
  937.  
  938.  
  939. #
  940.