;AutoHotKey

#AllowSameLineComments
#ClipboardTimeout
#CommentFlag
#ErrorStdOut
#EscapeChar
#HotkeyInterval
#HotkeyModifierTimeout
#Hotstring
#IfWinActive
#IfWinExist
#IfWinNotActive
#IfWinNotExist
#Include
#IncludeAgain
#InstallKeybdHook
#InstallMouseHook
#KeyHistory
#LTrim
#MaxHotkeysPerInterval
#MaxMem
#MaxThreads
#MaxThreadsBuffer
#MaxThreadsPerHotkey
#NoEnv
#NoTrayIcon
#Persistent
#SingleInstance
#UseHook
#WinActivateForce
AutoTrim
BlockInput
Break
Click
ClipWait
Continue
Control
ControlClick
ControlFocus
ControlGet
ControlGetFocus
ControlGetPos
ControlGetText
ControlMove
ControlSend
ControlSendRaw
ControlSetText
CoordMode
Critical
DetectHiddenText
DetectHiddenWindows
Drive
DriveGet
DriveSpaceFree
Edit
Else
EnvAdd
EnvDiv
EnvGet
EnvMult
EnvSet
EnvSub
EnvUpdate
Exit
ExitApp
FileAppend
FileCopy
FileCopyDir
FileCreateDir
FileCreateShortcut
FileDelete
FileGetAttrib
FileGetShortcut
FileGetSize
FileGetTime
FileGetVersion
FileInstall
FileMove
FileMoveDir
FileRead
FileReadLine
FileRecycle
FileRecycleEmpty
FileRemoveDir
FileSelectFile
FileSelectFolder
FileSetAttrib
FileSetTime
FormatTime
GetKeyState
Gosub
Goto
GroupActivate
GroupAdd
GroupClose
GroupDeactivate
Gui
GuiControl
GuiControlGet
Hotkey
If Else
If Var [not] between Low and High
If Var [not] contains value1,value2,...
If Var [not] in value1,value2,...
If Var is [not] integer|float|number|digit|xdigit|alpha|upper|lower|alnum|space|time
IfEqual
IfExist
IfGreater
IfGreaterOrEqual
IfInString
IfLess
IfLessOrEqual
IfMsgBox
IfNotEqual
IfNotExist
IfNotInString
IfWinActive
IfWinExist
IfWinNotActive
IfWinNotExist
ImageSearch
IniDelete
IniRead
IniWrite
Input
InputBox
KeyHistory
KeyWait
ListHotkeys
ListLines
ListVars
Loop
Loop, FilePattern
Loop, Parse
Loop, Read
Loop, Reg
Menu
MouseClick
MouseClickDrag
MouseGetPos
MouseMove
MsgBox
OnExit
OutputDebug
Pause
PixelGetColor
PixelSearch
PostMessage
Process
Progress
Random
RegDelete
RegRead
RegWrite
Reload
Repeat
Return
Run
RunAs
RunWait
Send
SendEvent
SendInput
SendMessage
SendMode
SendPlay
SendRaw
SetBatchLines
SetCapslockState
SetControlDelay
SetDefaultMouseSpeed
SetEnv
SetFormat
SetKeyDelay
SetMouseDelay
SetNumlockState
SetScrollLockState
SetStoreCapslockMode
SetTimer
SetTitleMatchMode
SetWinDelay
SetWorkingDir
Shutdown
Sleep
Sort
SoundBeep
SoundGet
SoundGetWaveVolume
SoundPlay
SoundSet
SoundSetWaveVolume
SplashImage
SplashTextOff
SplashTextOn
SplitPath
StatusBarGetText
StatusBarWait
StringCaseSense
StringGetPos
StringLeft
StringLen
StringLower
StringMid
StringReplace
StringRight
StringSplit
StringTrimLeft
StringTrimRight
StringUpper
Suspend
SysGet
Thread
ToolTip
Transform
TrayTip
URLDownloadToFile
While
WinActivate
WinActivateBottom
WinClose
WinGet
WinGetActiveStats
WinGetActiveTitle
WinGetClass
WinGetPos
WinGetText
WinGetTitle
WinHide
WinKill
WinMaximize
WinMenuSelectItem
WinMinimize
WinMinimizeAll
WinMinimizeAllUndo
WinMove
WinRestore
WinSet
WinSetTitle
WinShow
WinWait
WinWaitActive
WinWaitClose
WinWaitNotActive


#AllowSameLineComments
#ClipboardTimeout milliseconds
#CommentFlag NewString
#ErrorStdOut
#EscapeChar NewChar
#HotkeyInterval Value
#HotkeyModifierTimeout milliseconds
#Hotstring NewOptions
#IfWinActive [, WinTitle, WinText]
#IfWinExist [, WinTitle, WinText]
#IfWinNotActive [, WinTitle, WinText]
#IfWinNotExist [, WinTitle, WinText]
#Include FileName
#IncludeAgain FileName
#InstallKeybdHook
#InstallMouseHook
#KeyHistory MaxEvents
#LTrim On|Off
#MaxHotkeysPerInterval Value
#MaxMem ValueInMegabytes
#MaxThreads Value
#MaxThreadsBuffer On|Off
#MaxThreadsPerHotkey Value
#NoEnv
#NoTrayIcon
#Persistent
#SingleInstance [force|ignore|off]
#UseHook [On|Off]
#WinActivateForce
AutoTrim, On|Off
BlockInput, On|Off|Send|Mouse|SendAndMouse|Default|MouseMove|MouseMoveOff
Break
Click
ClipWait [, SecondsToWait, 1]
Continue
Control, Cmd [, Value, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]
ControlClick [, Control-or-Pos, WinTitle, WinText, WhichButton, ClickCount, Options, ExcludeTitle, ExcludeText]
ControlFocus [, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]
ControlGet, OutputVar, Cmd [, Value, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]
ControlGetFocus, OutputVar [WinTitle, WinText, ExcludeTitle, ExcludeText]
ControlGetPos [, X, Y, Width, Height, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]
ControlGetText, OutputVar [, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]
ControlMove, Control, X, Y, Width, Height [, WinTitle, WinText, ExcludeTitle, ExcludeText]
ControlSend [, Control, Keys, WinTitle, WinText, ExcludeTitle, ExcludeText]
ControlSendRaw [, Control, Keys, WinTitle, WinText, ExcludeTitle, ExcludeText]
ControlSetText, Control, NewText [, WinTitle, WinText, ExcludeTitle, ExcludeText]
CoordMode, ToolTip|Pixel|Mouse [, Screen|Relative]
Critical [, Off]
DetectHiddenText, On|Off
DetectHiddenWindows, On|Off
Drive, Sub-command [, Drive , Value]
DriveGet, OutputVar, Cmd [, Value]
DriveSpaceFree, OutputVar, C:\
Edit
Else
EnvAdd, Var, Value [, TimeUnits]
EnvDiv, Var, Value
EnvGet, OutputVar, EnvVarName
EnvMult, Var, Value
EnvSet, EnvVar, Value
EnvSub, Var, Value [, TimeUnits]
EnvUpdate
Exit [, ExitCode]
ExitApp [, ExitCode]
FileAppend [, Text, Filename]
FileCopy, Source, Dest [, Flag (1 = overwrite)]
FileCopyDir, Source, Dest [, Flag]
FileCreateDir, Path
FileCreateShortcut, Target, C:\My Shortcut.lnk [, WorkingDir, Args, Description, IconFile, ShortcutKey, IconNumber, RunState]
FileDelete, FilePattern
FileGetAttrib, OutputVar(RASHNDOCT) [, Filename]
FileGetShortcut, LinkFile [, OutTarget, OutDir, OutArgs, OutDescription, OutIcon, OutIconNum, OutRunState]
FileGetSize, OutputVar [, Filename, Units]
FileGetTime, OutputVar [, Filename, WhichTime (M, C, or A -- default is M)]
FileGetVersion, OutputVar [, Filename]
FileInstall, Source, Dest [, Flag (1 = overwrite)]
FileMove, Source, Dest [, Flag (1 = overwrite)]
FileMoveDir, Source, Dest [, Flag (2 = overwrite)]
FileRead, OutputVar, Filename
FileReadLine, OutputVar, Filename, LineNum
FileRecycle, FilePattern
FileRecycleEmpty [, C:\]
FileRemoveDir, Path [, Recurse? (1 = yes)]
FileSelectFile, OutputVar [, Options, RootDir[\DefaultFilename], Prompt, Filter]
FileSelectFolder, OutputVar [, *StartingFolder, Options, Prompt]
FileSetAttrib, Attributes(+-^RASHNOT) [, FilePattern, OperateOnFolders?, Recurse?]
FileSetTime [, YYYYMMDDHH24MISS, FilePattern, WhichTime (M|C|A), OperateOnFolders?, Recurse?]
FormatTime, OutputVar [, YYYYMMDDHH24MISS, Format]
GetKeyState, OutputVar, WhichKey [, Mode (P|T)]
Gosub, Label
Goto, Label
GroupActivate, GroupName [, R]
GroupAdd, GroupName, WinTitle [, WinText, Label, ExcludeTitle, ExcludeText]
GroupClose, GroupName [, A|R]
GroupDeactivate, GroupName [, R]
Gui, sub-command [, Param2, Param3, Param4]
GuiControl, Sub-command, ControlID [, Param3]
GuiControlGet, OutputVar [, Sub-command, ControlID, Param4]
Hotkey, KeyName [, Label, Options]
If (var = "Value") | IfWinExist, WinTitle | etc.`n{`n	command1`n	command2`n}`nElse`n{`n	command1`n	command2`n}
If Var [not] between Low and High
If Var [not] contains value1,value2,...
If Var [not] in value1,value2,...
If Var is [not] integer|float|number|digit|xdigit|alpha|upper|lower|alnum|space|time
IfEqual, var, value
IfExist, File|Dir|Pattern
IfGreater, var, value
IfGreaterOrEqual, var, value
IfInString, Var, SearchString
IfLess, var, value
IfLessOrEqual, var, value
IfMsgBox, Yes|No|OK|Cancel|Abort|Ignore|Retry|Timeout
IfNotEqual, var, value
IfNotExist, File|Dir|Pattern
IfNotInString, Var, SearchString
IfWinActive [, WinTitle, WinText, ExcludeTitle, ExcludeText]
IfWinExist [, WinTitle, WinText, ExcludeTitle, ExcludeText]
IfWinNotActive [, WinTitle, WinText, ExcludeTitle, ExcludeText]
IfWinNotExist [, WinTitle, WinText, ExcludeTitle, ExcludeText]
ImageSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ImageFile
IniDelete, Filename, Section [, Key]
IniRead, OutputVar, Filename, Section, Key [, Default]
IniWrite, Value, Filename, Section, Key
Input [, OutputVar, Options, EndKeys, MatchList]
InputBox, OutputVar [, Title, Prompt, HIDE, Width, Height, X, Y, Font, Timeout, Default]
KeyHistory
KeyWait, KeyName [, Options]
ListHotkeys
ListLines [, On|Off]
ListVars
Loop [, Count]`n{`n	ID := A_Index`n	If var%A_Index% =`n	break`n}
Loop, FilePattern [, IncludeFolders?, Recurse?]`n{`n	FileName := A_LoopFileName`n	FileFullPath := A_LoopFileLongPath`n	FileRelativeDir := A_LoopFileDir`n	command2`n}
Loop, Parse, InputVar [, Delimiters|CSV, OmitChars]`n{`n	Line := A_LoopField`n	command2`n}
Loop, Read, InputFile [, OutputFile]`n{`n	Line := A_LoopReadLine`n	command2`n}
Loop, HKLM|HKU|HKCU|HKCR|HKCC [, Key, IncludeSubkeys?, Recurse?]`n{`n	RegName := A_LoopRegName`n	RegType := A_LoopRegType`n	command2`n}
Menu, MenuName, Cmd [, P3, P4, P5]
MouseClick, WhichButton [, X, Y, ClickCount, Speed, D|U, R]
MouseClickDrag, WhichButton, X1, Y1, X2, Y2 [, Speed, R]
MouseGetPos [, OutputVarX, OutputVarY, OutputVarWin, OutputVarControl, 1|2|3]
MouseMove, X, Y [, Speed, R]
MsgBox [, Options, Title, Text, Timeout]
OnExit [, Label]
OutputDebug, Text
Pause [, On|Off|Toggle, OperateOnUnderlyingThread?]
PixelGetColor, OutputVar, X, Y [, Alt|Slow|RGB]
PixelSearch, OutputVarX, OutputVarY, X1, Y1, X2, Y2, ColorID [, Variation, Fast|RGB]
PostMessage, Msg [, wParam, lParam, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]
Process, Cmd, PID-or-Name [, Param3]
Progress, Param1 [, SubText, MainText, WinTitle, FontName]
Random, OutputVar [, Min, Max]
RegDelete, HKLM|HKU|HKCU|HKCR|HKCC, SubKey [, ValueName]
RegRead, OutputVar, HKLM|HKU|HKCU|HKCR|HKCC, SubKey [, ValueName]
RegWrite, REG_SZ|REG_EXPAND_SZ|REG_MULTI_SZ|REG_DWORD|REG_BINARY, HKLM|HKU|HKCU|HKCR|HKCC, SubKey [, ValueName, Value]
Reload
Repeat
Return [, Expression]
Run, Target [, WorkingDir, Max|Min|Hide|UseErrorLevel, OutputVarPID]
RunAs [, User, Password, Domain] 
RunWait, Target [, WorkingDir, Max|Min|Hide|UseErrorLevel, OutputVarPID]
Send, Keys
SendEvent, Keys
SendInput, Keys
SendMessage, Msg [, wParam, lParam, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]
SendMode, Event|Play|Input|InputThenPlay
SendPlay, Keys
SendRaw, Keys
SetBatchLines, -1 | 20ms | LineCount
SetCapsLockState, On|Off|AlwaysOn|AlwaysOff
SetControlDelay, Delay
SetDefaultMouseSpeed, Speed
SetEnv, Var, Value
SetFormat, float|integer, TotalWidth.DecimalPlaces|hex|d
SetKeyDelay [, Delay, PressDuration]
SetMouseDelay, Delay
SetNumLockState, On|Off|AlwaysOn|AlwaysOff
SetScrollLockState, On|Off|AlwaysOn|AlwaysOff
SetStoreCapslockMode, On|Off
SetTimer, Label [, Period|On|Off]
SetTitleMatchMode, Fast|Slow|RegEx|1|2|3
SetWinDelay, Delay
SetWorkingDir, DirName
Shutdown, Code
Sleep, Delay
Sort, VarName [, Options]
SoundBeep [, Frequency, Duration]
SoundGet, OutputVar [, ComponentType, ControlType, DeviceNumber]
SoundGetWaveVolume, OutputVar [, DeviceNumber]
SoundPlay, Filename [, wait]
SoundSet, NewSetting [, ComponentType, ControlType, DeviceNumber]
SoundSetWaveVolume, Percent [, DeviceNumber]
SplashImage [, ImageFile, Options, SubText, MainText, WinTitle, FontName]
SplashTextOff
SplashTextOn [, Width, Height, Title, Text]
SplitPath, InputVar [, OutFileName, OutDir, OutExtension, OutNameNoExt, OutDrive]
StatusBarGetText, OutputVar [, Part#, WinTitle, WinText, ExcludeTitle, ExcludeText]
StatusBarWait [, BarText, Seconds, Part#, WinTitle, WinText, Interval, ExcludeTitle, ExcludeText]
StringCaseSense, On|Off|Locale
StringGetPos, OutputVar, InputVar, SearchText [, L#|R#, Offset]
StringLeft, OutputVar, InputVar, Count
StringLen, OutputVar, InputVar
StringLower, OutputVar, InputVar [, T]
StringMid, OutputVar, InputVar, StartChar [, Count, L]
StringReplace, OutputVar, InputVar, SearchText [, ReplaceText, All]
StringRight, OutputVar, InputVar, Count
StringSplit, OutputArray, InputVar [, Delimiters, OmitChars]
StringTrimLeft, OutputVar, InputVar, Count
StringTrimRight, OutputVar, InputVar, Count
StringUpper, OutputVar, InputVar [, T]
Suspend [, On|Off|Toggle|Permit]
SysGet, OutputVar, Sub-command [, Param3]
Thread, Setting, P2 [, P3]
ToolTip [, Text, X, Y, WhichToolTip]
Transform, OutputVar, Cmd, Value1 [, Value2]
TrayTip [, Title, Text, Seconds, Options]
URLDownloadToFile, URL, Filename
While, Expression
WinActivate [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinActivateBottom [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinClose [, WinTitle, WinText, SecondsToWait, ExcludeTitle, ExcludeText]
WinGet, OutputVar [, Cmd, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinGetActiveStats, Title, Width, Height, X, Y
WinGetActiveTitle, OutputVar
WinGetClass, OutputVar [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinGetPos [, X, Y, Width, Height, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinGetText, OutputVar [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinGetTitle, OutputVar [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinHide [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinKill [, WinTitle, WinText, SecondsToWait, ExcludeTitle, ExcludeText]
WinMaximize [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinMenuSelectItem, WinTitle, WinText, Menu [, SubMenu1, SubMenu2, SubMenu3, SubMenu4, SubMenu5, SubMenu6, ExcludeTitle, ExcludeText]
WinMinimize [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinMinimizeAll
WinMinimizeAllUndo
WinMove, WinTitle, WinText, X, Y [, Width, Height, ExcludeTitle, ExcludeText]
WinRestore [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinSet, AlwaysOnTop|Trans, On|Off|Toggle|Value(0-255) [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinSetTitle, WinTitle, WinText, NewTitle [, ExcludeTitle, ExcludeText]
WinShow [, WinTitle, WinText, ExcludeTitle, ExcludeText]
WinWait, WinTitle, WinText, Seconds [, ExcludeTitle, ExcludeText]
WinWaitActive [, WinTitle, WinText, Seconds, ExcludeTitle, ExcludeText]
WinWaitClose, WinTitle, WinText, Seconds [, ExcludeTitle, ExcludeText]
WinWaitNotActive [, WinTitle, WinText, Seconds, ExcludeTitle, ExcludeText]

Abs(Number)
ACos(Number)
Asc(String)
ASin(Number)
ATan(Number)
Ceil(Number)
Chr(Number)
Cos(Number)
DllCall("[DllFile\]Function" [, Type1, Arg1, Type2, Arg2, "Cdecl ReturnType"])
Exp(Number)
FileExist("FilePattern")
Floor(Number)
GetKeyState(KeyName [, "P" or "T"])
IL_Add(ImageListID, Filename [, IconNumber, ResizeNonIcon?])
IL_Create([InitialCount, GrowCount, LargeIcons?])
IL_Destroy(ImageListID)
InStr(Haystack, Needle [, CaseSensitive?, StartingPos])
IsFunc(FunctionName)
IsLabel(LabelName)
Ln(Number)
Log(Number)
LV_Add([Options, Col1, Col2, ...])
LV_Delete([RowNumber])
LV_DeleteCol(ColumnNumber)
LV_GetCount(["S"])
LV_GetNext([StartingRowNumber, "C|F"])
LV_GetText(OutputVar, RowNumber [, ColumnNumber])
LV_Insert(RowNumber [, Options, Col1, Col2, ...])
LV_InsertCol(ColumnNumber [, Options, ColumnTitle])
LV_Modify(RowNumber, Options [, NewCol1, NewCol2, ...])
LV_ModifyCol([ColumnNumber, Options, ColumnTitle])
LV_SetImageList(ImageListID [, 0|1|2])
Mod(Dividend, Divisor)
NumGet(VarOrAddress [, Offset = 0, Type = "UInt"])
NumPut(Number, VarOrAddress [, Offset = 0, Type = "UInt"])
OnMessage(MsgNumber [, "FunctionName"])
RegExMatch(Haystack, NeedleRegEx [, UnquotedOutputVar = "", StartingPos = 1])
RegExReplace(Haystack, NeedleRegEx [, Replacement = "", OutputVarCount = "", Limit = -1, StartingPos = 1])
RegisterCallback("FunctionName" [, Options = "", ParamCount = FormalCount, EventInfo = Address])
Round(Number [, Places])
SB_SetIcon(Filename [, IconNumber, PartNumber])
SB_SetParts([Width1, Width2, ... Width255])
SB_SetText(NewText [, PartNumber, Style])
Sin(Number)
Sqrt(Number)
StrLen(String)
SubStr(String, StartingPos [, Length])
Tan(Number)
TV_Add(Name, [ParentItemID, Options])
TV_Delete([ItemID])
TV_GetChild(ParentItemID)
TV_GetCount()
TV_GetNext([ItemID, "Checked | Full"])
TV_Get(ItemID, "Expand | Check | Bold")
TV_GetParent(ItemID)
TV_GetPrev(ItemID)
TV_GetSelection()
TV_GetText(OutputVar, ItemID)
TV_Modify(ItemID [, Options, NewName])
VarSetCapacity(Var [, RequestedCapacity, FillByte])
WinActive("WinTitle" [, "WinText", "ExcludeTitle", "ExcludeText"])
WinExist("WinTitle" [, "WinText", "ExcludeTitle", "ExcludeText"])

^
+
!
#
~
$
`
Shift
LShift
RShift
Alt
LAlt
RAlt
Control
LControl
RControl
Ctrl
LCtrl
RCtrl
LWin
RWin
AppsKey

AltDown
AltUp
ShiftDown
ShiftUp
CtrlDown
CtrlUp
LWinDown
LWinUp
RWinDown
RWinUp

LButton
RButton
MButton
WheelUp
WheelDown
WheelLeft
WheelRight
XButton1
XButton2

Joy1
Joy2
Joy3
Joy4
Joy5
Joy6
Joy7
Joy8
Joy9
Joy10
Joy11
Joy12
Joy13
Joy14
Joy15
Joy16
Joy17
Joy18
Joy19
Joy20
Joy21
Joy22
Joy23
Joy24
Joy25
Joy26
Joy27
Joy28
Joy29
Joy30
Joy31
Joy32
JoyX
JoyY
JoyZ
JoyR
JoyU
JoyV
JoyPOV
JoyName
JoyButtons
JoyAxes
JoyInfo

Space
Tab
Enter
; Not this one since it's already a keyword (a command): RETURN
Escape
Esc
BackSpace
BS
Delete
Del
Insert
Ins
PGUP
PGDN
Home
End
Up
Down
Left
Right

PrintScreen
CtrlBreak
Pause
ScrollLock
CapsLock
NumLock

Numpad0
Numpad1
Numpad2
Numpad3
Numpad4
Numpad5
Numpad6
Numpad7
Numpad8
Numpad9
NumpadMult
NumpadAdd
NumpadSub
NumpadDiv
NumpadDot
NumpadDel
NumpadIns
NumpadClear
NumpadUp
NumpadDown
NumpadLeft
NumpadRight
NumpadHome
NumpadEnd
NumpadPgup
NumpadPgdn
NumpadEnter

F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
F11
F12
F13
F14
F15
F16
F17
F18
F19
F20
F21
F22
F23
F24

Browser_Back
Browser_Forward
Browser_Refresh
Browser_Stop
Browser_Search
Browser_Favorites
Browser_Home
Volume_Mute
Volume_Down
Volume_Up
Media_Next
Media_Prev
Media_Stop
Media_Play_Pause
Launch_Mail
Launch_Media
Launch_App1
Launch_App2

A_AhkPath
A_AhkVersion
A_AppData
A_AppDataCommon
A_AutoTrim
A_BatchLines
A_CaretX
A_CaretY
A_ComputerName
A_ControlDelay
A_Cursor
A_DD
A_DDD
A_DDDD
A_DefaultMouseSpeed
A_Desktop
A_DesktopCommon
A_DetectHiddenText
A_DetectHiddenWindows
A_EndChar
A_EventInfo
A_ExitReason
A_FormatFloat
A_FormatInteger
A_Gui
A_GuiEvent
A_GuiControl
A_GuiControlEvent
A_GuiHeight
A_GuiWidth
A_GuiX
A_GuiY
A_Hour
A_IconFile
A_IconHidden
A_IconNumber
A_IconTip
A_Index
A_IPAddress1
A_IPAddress2
A_IPAddress3
A_IPAddress4
A_ISAdmin
A_IsCompiled
A_IsCritical
A_IsPaused
A_IsSuspended
A_KeyDelay
A_Language
A_LastError
A_LineFile
A_LineNumber
A_LoopField
A_LoopFileAttrib
A_LoopFileDir
A_LoopFileExt
A_LoopFileFullPath
A_LoopFileLongPath
A_LoopFileName
A_LoopFileShortName
A_LoopFileShortPath
A_LoopFileSize
A_LoopFileSizeKB
A_LoopFileSizeMB
A_LoopFileTimeAccessed
A_LoopFileTimeCreated
A_LoopFileTimeModified
A_LoopReadLine
A_LoopRegKey
A_LoopRegName
A_LoopRegSubkey
A_LoopRegTimeModified
A_LoopRegType
A_MDAY
A_Min
A_MM
A_MMM
A_MMMM
A_Mon
A_MouseDelay
A_MSec
A_MyDocuments
A_Now
A_NowUTC
A_NumBatchLines
A_OSType
A_OSVersion
A_PriorHotkey
A_ProgramFiles
A_Programs
A_ProgramsCommon
A_ScreenHeight
A_ScreenWidth
A_ScriptDir
A_ScriptFullPath
A_ScriptName
A_Sec
A_Space
A_StartMenu
A_StartMenuCommon
A_Startup
A_StartupCommon
A_StringCaseSense
A_Tab
A_Temp
A_ThisFunc
A_ThisHotkey
A_ThisLabel
A_ThisMenu
A_ThisMenuItem
A_ThisMenuItemPos
A_TickCount
A_TimeIdle
A_TimeIdlePhysical
A_TimeSincePriorHotkey
A_TimeSinceThisHotkey
A_TitleMatchMode
A_TitleMatchModeSpeed
A_UserName
A_WDay
A_WinDelay
A_WinDir
A_WorkingDir
A_YDay
A_YEAR
A_YWeek
A_YYYY
Clipboard
ClipboardAll
ComSpec
ErrorLevel
ProgramFiles
True
False

; Used with CoordMode or PixelXXX commands:
Pixel
Mouse
Screen
Relative
RGB



; Continuation sections:
LTrim
RTrim
Join



; Priority of processes
Low
BelowNormal
Normal
AboveNormal
High
Realtime



; Keywords inside the WinTitle parameter of various commands:
ahk_id
ahk_pid
ahk_class
ahk_group



; Used with SetFormat and/or "if Var is [not] type" & BETWEEN/IN
Between
Contains
In
Is
Integer
Float
IntegerFast
FloatFast
Number
Digit
Xdigit
Alpha
Upper
Lower
Alnum
Time
Date
; Omitted because it's a key name too: SPACE



; Expression keywords:
Not
Or
And



; Used with Drive/DriveGet and/or WinGet/WinSet:
AlwaysOnTop
Topmost
Top
Bottom
Transparent
TransColor
Redraw
Region
ID
IDLast
ProcessName
MinMax
ControlList
Count
List
Capacity
StatusCD
Eject
Lock
Unlock
Label
FileSystem
Label
SetLabel
Serial
Type
Status



; For functions:
static
global
local
ByRef



; Time units for use with addition and subtraction:
Seconds
Minutes
Hours
Days



; For use with the Loop command:
Read
Parse



; A_ExitReason
Logoff
Close
Error
Single
; The following are Commented out because they are already a keywords due to being a commands:
;Shutdown
;Menu
;Exit
;Reload



; Keywords used with the "menu" command:
Tray
Add
Rename
Check
UnCheck
ToggleCheck
Enable
Disable
ToggleEnable
Default
NoDefault
Standard
NoStandard
Color
Delete
DeleteAll
Icon
NoIcon
Tip
Click
Show
MainWindow
NoMainWindow
UseErrorLevel



; Gui control types (note that Edit, Progress and Hotkey aren't included since they are already command keywords):
Text
Picture
Pic
GroupBox
Button
Checkbox
Radio
DropDownList
DDL
ComboBox
ListBox
ListView
DateTime
MonthCal
Slider
StatusBar
Tab
Tab2
TreeView
UpDown

; ListView:
IconSmall
Tile
Report
SortDesc
NoSort
NoSortHdr
Grid
Hdr
AutoSize
Range

; General GUI keywords:
xm
ym
ys
xs
xp
yp

Font
Resize
Owner
Submit
NoHide
Minimize
Maximize
Restore
NoActivate
NA
Cancel
Destroy
Center

Margin
MaxSize
MinSize
OwnDialogs
GuiEscape
GuiClose
GuiSize
GuiContextMenu
GuiDropFiles

TabStop
Section
AltSubmit
Wrap
HScroll
VScroll
Border
Top
Bottom
Buttons
Expand
First
ImageList
Lines
WantCtrlA
WantF2
Vis
VisFirst
Number
Uppercase
Lowercase
Limit
Password
Multi
WantReturn
Group
Background
bold
italic
strike
underline
norm
BackgroundTrans
Theme
Caption
Delimiter
MinimizeBox
MaximizeBox
SysMenu
ToolWindow
Flash
Style
ExStyle
Check3
Checked
CheckedGray
ReadOnly
Password
Hidden
Left
Right
Center
NoTab
Section
Move
Focus
Hide
Choose
ChooseString
Text
Pos
Enabled
Disabled
Visible
LastFound
LastFoundExist
; Already included with menu:
;Show
;Menu
;Color
;Edit
;Default
;Enable
;Disable
;Default



; Keywords used with the Hotkey command:
AltTab
ShiftAltTab
AltTabMenu
AltTabAndMenu
AltTabMenuDismiss



; Keywords used with the Thread/Process commands
NoTimers
Interrupt
Priority
WaitClose
Wait
Exist
Close



; Keywords for Send (these key names are also listed in Keys.txt, but without braces):
{Blind}
{Click}
{Raw}
{AltDown}
{AltUp}
{ShiftDown}
{ShiftUp}
{CtrlDown}
{CtrlUp}
{LWinDown}
{LWinUp}
{RWinDown}
{RWinUp}



; Keywords used with the Transform command:
Unicode
Asc
Chr
Deref
Mod
Pow
Exp
Sqrt
Log
Ln
Round
Ceil
Floor
Abs
Sin
Cos
Tan
ASin
ACos
ATan
BitNot
BitAnd
BitOr
BitXOr
BitShiftLeft
BitShiftRight



; Keywords used with "IfMsgBox" ("continue" is not present here because it's a command too):
Yes
No
Ok
Cancel
Abort
Retry
Ignore
TryAgain



; Misc. eywords used with various commands:
On
Off
All



; Registry root keys:
HKEY_LOCAL_MACHINE
HKEY_USERS
HKEY_CURRENT_USER
HKEY_CLASSES_ROOT
HKEY_CURRENT_CONFIG
HKLM
HKU
HKCU
HKCR
HKCC



; Registry value types:
REG_SZ
REG_EXPAND_SZ
REG_MULTI_SZ
REG_DWORD
REG_BINARY

Trim()
Trim( str, char )
LTrim( str, char )
RTrim( str, char )
Blind

;-----------------ǉ-------------------------
Object()
Remove()
HasKey()
MaxIndex()
MinIndex()
FocusV
IsObject()
Hwnd
Match
Gui
for key, value in  object {}
#NoTrayIcon
A_FileEncoding
FileEncoding [, Encoding]
;-----------------K̃R}h-------------------------
cd
cdmydocu
cdmain
ls
mkdir
pwd
timer
timerStop
timerView
more
moreTextOut
outArgsToOutGuiAddLinefeed
outArgsToTmpOutGui
outArgsToTextEditExecutor
outArgsToTextEditExecutorTextOut
outArgsToTextGuiAssign
outArgsToTextGuiAssignTextOut
outArgsToTextGuiAssignAdd
outArgsToTextGuiAssignAddTextOut
outArgsToMultipleText1AddLinefeed
outArgsToMultipleText1AddLinefeedTextOut
outOutGuiToOutFileAddLinefeed
outArgsToOutFileAddLinefeed
outTmpOutGuiToText
outTmpOutGuiToTmpFile
outTmpOutGuiToOutFileAddLinefeed
outTmpOutGuiToOutGuiAddLinefeed
outArgsToOutGuiAddLinefeedTextOut
outArgsToTmpOutGuiTextOut
outArgsToOutFileAddLinefeedTextOut
outArgsToFileAssignAddLinefeed
outArgsToFileAssignAddLinefeedTextOut
outOutFileToFileGui
outErrGuiToErrFileAddLinefeed
outErrFileToFileGui
outArgsTestType1
outArgsTestType2
outArgsTestType3
outArgsTestType4
outArgsTestType5
outArgsTestType6
collabText
pctime
goFunc
openConfirm
openConfirmOneLine
returnOutputGui
pathLink
textOut
getValue
setValue
setValueTmpOutGui
setValueMultipleText1
popList
popItemSoftList
popFileList
popHistoryList
popItemScriptList
popItemFolderList
popHistoryFilterList
popAddWordFilterList
popSpecialWordList
backOneDir
reBackOneDir
fullPath
fullPathAll
fullPathAssign
relativePath
relativeAssign
lastAsHead
lastAsHeadExecute
winCapture
fileDialog
folderDialog
shortCutPath
guiShow
guiHideTextExecutor
guiShowWaitExecutor
guiHideAndShowWaitExecutor
itemReloadAll
getObj
doubleQuoute
doubleQuouteCustom
parsentss
sharpss
sharpssCustom
open
openTextOut
cleanTextEasy
cleanTextAssign
cleanText
cleanTextExecutor
tmpDelete
newItem
newMultipleItem
newItemFromCommand
editItem
deleteItem
itemReloadOneFromFileName
cmd
stockChangeBlue
stockChangeGreen
menuShow
config
startupFlag
hotkeyOnTextNewFromCommand
hotkeyOnTextEdit
hotkeyOnTextDelete
hotkeyOnTextNew
stockExeAllBlue
stockExeAllGreen
readFile
stockAddBlue
stockAddGreen
stockSaveBlue
stockSaveGreen
wait
shutdown
shutdown_r
logoff
multiplelineExe
multiplelineExeFromFile
addWordListAdd
addWordListAddFromFile
hideInputList
hideInputListExecutor
enterForLastWord
inputListSelectOnly
snippetAdd
snippetAddFromFile
snippetOpen
snippetDelete
sendPaste
sendPasteTextOut
sendPasteFromFile
sendPasteFromFileTextOut
sendTextItself
sendScriptToText
sendEndToTextEditExecutor
hotkeyAllGroundNew
hotkeyAllGroundNewFromCommand
hotkeyAllGroundEdit
hotkeyAllGroundDelete
;-----------------ϐ-------------------------
B_OutputFile
B_ErrorFile
B_TmpOutputFile
B_EveryFolder
B_DriveName
B_LineFeedLF
B_LineFeedCR
B_LineFeedCRLF
B_itemNameOwn
B_itemArgAll
B_itemArg0
B_itemArg1
B_itemArg9
B_conText1_Edit1
B_conText2_Edit1
B_conText3_Edit1
B_conMultipleText1_Edit1
B_conText1_Picture1
B_conText2_Picture1
B_conText3_Picture1
B_conTextSplit1_Picture1
B_conTextSplit2_Picture1
B_conLastWord_Tab
B_GuiNumText1
B_GuiNumText2
B_GuiNumText3
B_GuiNumTextSplit1
B_GuiNumTextSplit2
B_GuiNumStock1
B_GuiNumStock2
B_GuiNumClickWindow
B_GuiNumOutput
B_GuiNumTmpOutput
B_GuiNumErrorOutput
B_GuiNumReadFileOut
B_GuiNumTimer
B_GuiNumNoCloseTimer
B_GuiNumMultipleText1
B_GuiNumLastWord
B_GuiNumInputList
B_WinTitleText1
B_WinTitleText2
B_WinTitleText3
B_WinTitleTextSplit1
B_WinTitleTextSplit2
B_WinTitleMultipleText1
B_WinTitleStock1
B_WinTitleStock2
B_WinTitleClickWindow
B_WinTitleOutput
B_WinTitleErrorOutput
B_WinTitleTmpOutput
B_WinTitleReadFileOut
B_WinTitleTimer
B_WinTitleNoCloseTimer
B_lastWordTabAllStartFlag2
B_lastWordScriptStart2_1
B_lastWordKeyStart2_1
B_betweenWordTabAllStartFlag1
B_betweenWordScriptStart1_1
B_betweenWordKeyStart1_1
;----------e--------------------------------
V_var
V_var0
V_var1
none
if(){}
else
global
G_subroutine1
G_subroutine100
D_outputGui
D_tmpOutputGui
D_errorGui
D_readFileGui
D_tmpOutputFile
D_systemOut
D_none
D_text1$$
D_text2$$
D_text3$$
D_textSplit1_1$$
D_textSplit1_2$$
D_textSplit1_3$$
D_textSplit1_4$$
D_textSplit2_1$$
D_textSplit2_2$$
D_textSplit2_3$$
D_textSplit2_4$$
D_stockBlue_1$$
D_stockBlue_2$$
D_stockBlue_3$$
D_stockBlue_4$$
D_stockBlue_5$$
D_stockBlue_6$$
D_stockBlue_7$$
D_stockBlue_8$$
D_stockBlue_9$$
D_stockBlue_10$$
D_stockGreen_1$$
D_stockGreen_2$$
D_stockGreen_3$$
D_stockGreen_4$$
D_stockGreen_5$$
D_stockGreen_6$$
D_stockGreen_7$$
D_stockGreen_8$$
D_stockGreen_9$$
D_stockGreen_10$$
D_menuMain
D_menuTextGui
D_menuTextGuiTop
D_menuClickWindow
D_menuClickWindowTop
F_setControl(GuiNum, controlVar, value)
F_getControl(GuiNum, controlVar)
F_GuiControl(GuiNum,controlVar,option,value="_")
F_GuiControlGet(GuiNum,controlVar,option="_", value="_")
F_Gui(GuiNum, option, value1="_", value2="_", value3="_")
F_GuiAddPictureFileExist(GuiNum, file, option)
F_GuiAddPictureNoExtFile(GuiNum, noExtFile, option)
F_textExe(command)
F_textExeTextSplit(text1, text2, text3, workFolder, text5, text6, text7, text8, dbqFlag=True)
F_output(append)
F_tmpOutput(str)
F_errorOutput(append)
F_toolTipOutput(str)
F_toolTipOutputAssign(str,posX,posY,sec=3)
F_toolTipOutputAssignNumber2(str,posX,posY,sec=3)
F_hideGuiTextPattern(GuiNum)
F_hideGuiTextPatternOption(GuiNum,outGuiHideFlag="1",minimizeOption="1")
F_showToggleGui(GuiNum,option="_")
F_showToggleGuiWinTitle(GuiNum, winTitle, option="_")
F_showToggleGuiTextPattern(GuiNum,pOrder="_")
F_showToggleGuiTextPatternOption(GuiNum,outGuiHideFlag="1",minimizeOption="1",pOrder="_")
F_minimizeGui(GuiNum)
F_multiplelineExe(command)
F_dateAndTimeNow()
F_transformDeref(str)
F_textOut(str)
F_ErrorLevel_TextRunRunCheck(errorMessage)
F_ErrorLevel_TextRunRunRestore()
F_imeGet()
F_imeSet(flag=1)
F_setTextGuiAssign(value, GuiNum, number="1", textOutFlag=True, addFlag=False)
F_getTextGuiAssign(GuiNum, number="1", trimFlag=True)
F_getTextEditExecutor(trimFlag=True)
F_itemExe(itemName,args="")
F_lastWordTabChange(number="1")
F_inputListUpDownKey(number)
F_inputListSelectOutputAssign(GuiNum)
F_snippetAdd(key, sentence, spaceFlag=False)
F_getConvertCollabTextWord(str)
F_getItemScript(itemName)
F_getItemArgument(itemName)
F_getItemWorkingFolder(itemName)
F_getItemType(itemName)
F_hideGuiTextAndWaitActiveAny()
F_hideGuiTextAndWaitActiveIfA(winTitle="A")
F_winWaitActive(winTitle="A")
F_winActiveAndWait(winTitle="A")
F_getShortcutPath(shortcutFile)
F_getShortcutPathAndArgs(shortcutFile)
F_getParentFolder(file, textOutFlag=False)
F_showLastWord(option="_", toggleFlag=True, sleepFlag=False)
F_stringReplace(str, searchText, replaceText, allFlag=False)
F_linefeedReplace(str)
F_linefeedReplaceOnEscapeCharacter(str)
F_itemReloadOneFromFileName(itemName, itemCategoryDir="", categoryDir="")
F_kanjiAndFullNumeralReplaceInteger(sentence, errorNotViewFlag=False)
F_getDateTime6CharFromKanji(sentence="\OOO\b", errorNotViewFlag=False)
F_getHMSSentenceFromKanji(sentence="OO\b", errorNotViewFlag=False)
F_lastWordSetOneLineStr(firstNum, secondNum, oneLineStr, commentMark1="#", commentMark2="[", keyTrimBefore="<", keyTrimAfter=">")
F_lastWordSetOneFromAllLineStr(firstNum, secondNum, allLineStr, commentMark1="#", commentMark2="[", keyTrimBefore="<", keyTrimAfter=">")
F_lastWordSetFirstNumAllFromAllLineStr(firstNum, allLineStr, commentMark1="#", commentMark2="[", keyTrimBefore="<", keyTrimAfter=">")
E_closeClickWindow
E_showClickWindow
E_showText1Toggle
E_showText2Toggle
E_showText3Toggle
E_showTextSplit1Toggle
E_showTextSplit2Toggle
E_showTimerGuiToggle
E_guiPositionSave
E_guiPositionInit
E_showConfigToggle
E_showItemListGuiToggle
E_showHotkeyListGuiToggle
E_showEverInputGuiToggle
E_showLastWordToggle
E_showText1ToggleForClick
E_showText2ToggleForClick
E_showText3ToggleForClick
E_showTextSplit1ToggleForClick
E_showTextSplit2ToggleForClick
E_showStock1Toggle
E_showStock2Toggle
E_showTmpOutputToggle
E_showOutputToggle
E_showErrorOutputToggle
E_showMultipleText1Toggle
E_hideGuiTextAndWaitActiveAny
E_lastWordRestoreFirst
E_SuspendOn
E_SuspendOff
E_SuspendToggle
E_PauseOn
E_PauseOff
E_inputListUpKey
E_inputListDownKey
E_inputListPageUp
E_inputListPageDown
51GuiEscape
59GuiEscape
51GuiClose
59GuiClose
51GuiSize
59GuiSize
51GuiDropFiles
59GuiDropFiles
51GuiContextMenu
59GuiContextMenu
76GuiContextMenu
76GuiDropFiles
ErrorLevel_TextRunRun
;----------IvVϐ--------------------------------
O_enterExeText1Before
O_enterExeText2Before
O_enterExeText3Before
O_enterExeTextSplit1Before
O_enterExeTextSplit2Before
O_enterExeText1After
O_enterExeText2After
O_enterExeText3After
O_enterExeTextSplit1After
O_enterExeTextSplit2After
O_anyKeyExeText1After
O_anyKeyExeText2After
O_anyKeyExeText3After
O_anyKeyExeTextSplit2After
O_anyKeyExeTextSplit1After
O_txtOpenSoftItem
O_ahkOpenSoftItem
O_folderOpenSoftItem
O_stockTextLengthNotFlag
O_widthBasisText1
O_widthBasisText2
O_widthBasisText3
O_widthWindowBasisText1
O_widthWindowBasisText2
O_widthWindowBasisText3
O_widthNotFlagText1
O_widthNotFlagText2
O_widthNotFlagText3
O_widthNotFlagTextSplit1
O_widthNotFlagTextSplit2
O_widthBasisTextSplit1
O_widthBasisTextSplit2
O_widthBasisWorkDirTextSplit1
O_widthBasisWorkDirTextSplit2
O_widthWindowBasisTextSplit1
O_widthWindowBasisTextSplit2
O_widthOneCharText1
O_widthOneCharText2
O_widthOneCharText3
O_widthOneCharTextSplit1
O_widthOneCharTextSplit2
O_widthMaxLowerText1
O_widthMaxLowerText2
O_widthMaxLowerText3
O_widthMaxLowerTextSplit1
O_widthMaxLowerTextSplit2
O_widthStartCharCountText1
O_widthStartCharCountText2
O_widthStartCharCountText3
O_widthStartCharCountTextSplit1
O_widthStartCharCountTextSplit2
O_textHistory
O_textHistoryNotFlag
O_spaceFileNotFlag
O_spacePlusFlag
O_inputListAutoNotFlag
O_minimizeTextFlag
O_tmpOutputMultipleTextFlag
O_ClickWindowCloseFlag
O_lastWordTabAllFlag2
O_lastWordTabAllFlag3
O_lastWordTabAllFlag4
O_lastWordTabAllFlag5
O_lastWordScript2_1
O_lastWordScript2_2
O_lastWordScript2_3
O_lastWordScript2_4
O_lastWordScript2_5
O_lastWordScript2_6
O_lastWordScript2_7
O_lastWordScript2_8
O_lastWordScript2_9
O_lastWordScript2_10
O_lastWordScript3_1
O_lastWordScript3_2
O_lastWordScript3_3
O_lastWordScript3_4
O_lastWordScript3_5
O_lastWordScript3_6
O_lastWordScript3_7
O_lastWordScript3_8
O_lastWordScript3_9
O_lastWordScript3_10
O_lastWordScript4_1
O_lastWordScript4_2
O_lastWordScript4_3
O_lastWordScript4_4
O_lastWordScript4_5
O_lastWordScript4_6
O_lastWordScript4_7
O_lastWordScript4_8
O_lastWordScript4_9
O_lastWordScript4_10
O_lastWordScript5_1
O_lastWordScript5_2
O_lastWordScript5_3
O_lastWordScript5_4
O_lastWordScript5_5
O_lastWordScript5_6
O_lastWordScript5_7
O_lastWordScript5_8
O_lastWordScript5_9
O_lastWordScript5_10
O_lastWordKey2_1
O_lastWordKey2_2
O_lastWordKey2_3
O_lastWordKey2_4
O_lastWordKey2_5
O_lastWordKey2_6
O_lastWordKey2_7
O_lastWordKey2_8
O_lastWordKey2_9
O_lastWordKey2_10
O_lastWordKey3_1
O_lastWordKey3_2
O_lastWordKey3_3
O_lastWordKey3_4
O_lastWordKey3_5
O_lastWordKey3_6
O_lastWordKey3_7
O_lastWordKey3_8
O_lastWordKey3_9
O_lastWordKey3_10
O_lastWordKey4_1
O_lastWordKey4_2
O_lastWordKey4_3
O_lastWordKey4_4
O_lastWordKey4_5
O_lastWordKey4_6
O_lastWordKey4_7
O_lastWordKey4_8
O_lastWordKey4_9
O_lastWordKey4_10
O_lastWordKey5_1
O_lastWordKey5_2
O_lastWordKey5_3
O_lastWordKey5_4
O_lastWordKey5_5
O_lastWordKey5_6
O_lastWordKey5_7
O_lastWordKey5_8
O_lastWordKey5_9
O_lastWordKey5_10
O_betweenWordTabAllFlag1
O_betweenWordScript1_1
O_betweenWordScript1_2
O_betweenWordScript1_3
O_betweenWordScript1_4
O_betweenWordScript1_5
O_betweenWordScript1_6
O_betweenWordScript1_7
O_betweenWordScript1_8
O_betweenWordScript1_9
O_betweenWordScript1_10
O_betweenWordKey1_1
O_betweenWordKey1_2
O_betweenWordKey1_3
O_betweenWordKey1_4
O_betweenWordKey1_5
O_betweenWordKey1_6
O_betweenWordKey1_7
O_betweenWordKey1_8
O_betweenWordKey1_9
O_betweenWordKey1_10
O_inputListX
O_inputListY
O_inputListReverseX
O_inputListReverseY
O_toolTipX
O_toolTipY
O_toolTipSecond
;----------IvVϐZb^[--------------------------------
SetO_enterExeText1Before(headScript="")
SetO_enterExeText2Before(headScript="")
SetO_enterExeText3Before(headScript="")
SetO_enterExeTextSplit1Before(headScript="")
SetO_enterExeTextSplit2Before(headScript="")
SetO_enterExeText1After(headScript="")
SetO_enterExeText2After(headScript="")
SetO_enterExeText3After(headScript="")
SetO_enterExeTextSplit1After(headScript="")
SetO_enterExeTextSplit2After(headScript="")
SetO_anyKeyExeText1After(headScript="")
SetO_anyKeyExeText2After(headScript="")
SetO_anyKeyExeText3After(headScript="")
SetO_anyKeyExeTextSplit1After(headScript="")
SetO_anyKeyExeTextSplit2After(headScript="")
SetO_txtOpenSoftItem(softName="")
SetO_ahkOpenSoftItem(softName="")
SetO_folderOpenSoftItem(softName="")
SetO_stockTextLengthNotFlag(flag=False)
SetO_widthBasisText1(width=150)
SetO_widthBasisText2(width=150)
SetO_widthBasisText3(width=150)
SetO_widthWindowBasisText1(width=212)
SetO_widthWindowBasisText2(width=212)
SetO_widthWindowBasisText3(width=212)
SetO_widthNotFlagText1(flag=False)
SetO_widthNotFlagText2(flag=False)
SetO_widthNotFlagText3(flag=False)
SetO_widthNotFlagTextSplit1(flag=False)
SetO_widthNotFlagTextSplit2(flag=False)
SetO_widthBasisTextSplit1(width=250)
SetO_widthBasisTextSplit2(width=250)
SetO_widthBasisWorkDirTextSplit1(width=165)
SetO_widthBasisWorkDirTextSplit2(width=165)
SetO_widthWindowBasisTextSplit1(width=274)
SetO_widthWindowBasisTextSplit2(width=274)
SetO_widthOneCharText1(width=10)
SetO_widthOneCharText2(width=10)
SetO_widthOneCharText3(width=10)
SetO_widthOneCharTextSplit1(width=10)
SetO_widthOneCharTextSplit2(width=10)
SetO_widthMaxLowerText1(width=130)
SetO_widthMaxLowerText2(width=130)
SetO_widthMaxLowerText3(width=130)
SetO_widthMaxLowerTextSplit1(width=130)
SetO_widthMaxLowerTextSplit2(width=130)
SetO_widthStartCharCountText1(count=15)
SetO_widthStartCharCountText2(count=15)
SetO_widthStartCharCountText3(count=15)
SetO_widthStartCharCountTextSplit1(count=15)
SetO_widthStartCharCountTextSplit2(count=15)
SetO_textHistory(num=20)
SetO_textHistoryNotFlag(flag=False)
SetO_spaceFileNotFlag(flag=False)
SetO_spacePlusFlag(flag=False)
SetO_inputListAutoNotFlag(flag=False)
SetO_minimizeTextFlag(flag=False)
SetO_tmpOutputMultipleTextFlag(flag=False)
SetO_ClickWindowCloseFlag(flag=False)
SetO_lastWordTabAllFlag2(flag=False)
SetO_lastWordScript2_1(script="")
SetO_lastWordKey2_1(word="")
SetO_betweenWordTabAllFlag1(flag=False)
SetO_betweenWordScript1_1(script="")
SetO_betweenWordKey1_1(word="")
SetO_inputListX(posX=0)
SetO_inputListY(posY=30)
SetO_inputListReverseX(posX=260)
SetO_inputListReverseY(posY=340)
SetO_toolTipX(posX=100)
SetO_toolTipY(posY=600)
SetO_toolTipSecond(sec=3)
;----------ListTimer--------------------------------
Timer_Text_B_GuiNumTime
Timer_Text_B_GuiNumNumeral
Timer_Text_B_conTime_dateTime
Timer_Text_B_conNumeral_hour
Timer_Text_B_conNumeral_minute
Timer_Text_B_conNumeral_second
Timer_Text_SubListReLoadForTime
Timer_Text_SubListReLoadForNumeral
Timer_Text_SubShowTimeOrNumeral
Timer_Text_SubShowErrorWindow
Timer_Text_SubStopAlarm
Timer_Text_SubStopAlarmAndCloseWindow
Timer_Text_SubSuspensionAlarmToggle
Timer_Text_startTimeFromDateTime(dateTime=235959, listNumber="_", reloadNotFlag=False)
Timer_Text_startNumeralFromHourMinSec(hour=0, min=0, sec=0, listNumber="_", reloadNotFlag=False)
Timer_Text_stopTime(listNumber="_")
Timer_Text_stopNumeralSuspension(listNumber="_")
Timer_Text_reStartNumeral(listNumber="_")
Timer_Text_getFlagNotSuspension(listNumber="_")
Timer_Text_timeListChange(listNumber=1)
Timer_Text_numeralListChange(listNumber=1)
Timer_Text_listReloadForTime()
Timer_Text_listReloadForNumeral()
Timer_Text_getCurrentListNumberForTime()
Timer_Text_getCurrentListNumberForNumeral()
Timer_Text_checkInUseListNumberForTime(listNumber)
Timer_Text_checkInUseListNumberForNumeral(listNumber)
Timer_Text_getNoInUseListNumberForTime()
Timer_Text_getNoInUseListNumberForNumeral()
Timer_Text_startNumeralFromWord(hour_min_sec_word="1m 1s", listNumber="_", reloadNotFlag=False)
Timer_Text_setAlarmNumberForTime(number=1)
Timer_Text_setAlarmNumberForNumeral(number=1)
Timer_Text_setMemorandumForTime(memo="")
Timer_Text_setMemorandumForNumeral(memo="")
Timer_Text_setSoftForTime(filePath="_", args="_", workDir="_", softExeFlag=True)
Timer_Text_setSoftForNumeral(filePath="_", args="_", workDir="_", softExeFlag=True)
Timer_Text_setTimerItemLogicForTime(itemName, functionName)
Timer_Text_setTimerItemLogicForNumeral(itemName, functionName)
Timer_Text_setTimerItemForTime(itemName)
Timer_Text_setTimerItemForNumeral(itemName)
Timer_Text_startTimeFromDateTimeAndTimerItemName(itemName, dateTime=235959, listNumber="_", reloadNotFlag=False)
Timer_Text_startNumeralFromHourMinSecAndTimerItemName(itemName, hour=0, min=0, sec=0, listNumber="_", reloadNotFlag=False)
Timer_Text_getInUseWindowIsNumeralFlag()
Timer_Text_showTimeOrNumeral(order="")
Timer_Text_showTimeOrNumeralToggle(minimizeFlag=True, order="_")
Timer_Text_showTimeWindow()
Timer_Text_showNumeralWindow()
Timer_Text_showExchangeTimeOrNumeral()
Timer_Text_showAssignWindowForTimeToggle(order="_")
Timer_Text_showAssignWindowForNumeralToggle(order="_")
Timer_Text_showSoftWindowForTimeToggle(order="_")
Timer_Text_showSoftWindowForNumeralToggle(order="_")
Timer_Text_showOptionAllWindowToggle(order="_")
Timer_Text_showErrorWindowToggle(order="_")
Timer_Text_errorOutput(append)
Timer_Text_errorOutputSingle(single)
Timer_Text_exitTimer()
Timer_Text_exitTimerWithoutAdvice()
Timer_Text_exitTimerIfNotHave()
Timer_Text_exitTimerIfNotHaveAndOption()
Timer_Text_showAlarmWindow(expression="", order="_")
Timer_Text_alarmRing(alarmNumber=1, expression="")
Timer_Text_alarmRingNotShow(alarmNumber=1)
Timer_Text_saveListForTime(saveListNumber=1, title="")
Timer_Text_saveListForNumeral(saveListNumber=1, title="")
Timer_Text_loadSaveListForTime(saveListNumber=1)
Timer_Text_loadSaveListForNumeral(saveListNumber=1)
Timer_Text_newTimerItemFromCommand(itemName, filePath, args="", workDir="")
Timer_Text_kanjiAndFullNumeralReplaceInteger(timeWord, originWord)
Timer_Text_startTimeFromKanji(sentence="\OOO\b", listNumber="_", reloadNotFlag=False)
Timer_Text_startNumeralFromKanji(sentence="OO\b", listNumber="_", reloadNotFlag=False)
;----------windowvOC--------------------------------
WindGroup
Win_Plug_O_menuPosX
Win_Plug_O_menuPosY
Win_Plug_SetO_menuPosX(posX=20)
Win_Plug_SetO_menuPosY(posY=10)
Win_Plug_B_WindGroup
Win_Plug_B_GroupNumber
Win_Plug_B_GuiNumEntryWin
Win_Plug_B_GuiNumSize
Win_Plug_B_GuiNumPos
Win_Plug_B_GuiNumPosSize
Win_Plug_B_WinTitleEntryWin
Win_Plug_B_WinTitleSize
Win_Plug_B_WinTitlePos
Win_Plug_B_WinTitlePosSize
Win_Plug_MenuMainGroup
Win_Plug_MenuGroup
Win_Plug_Menu3bun
Win_Plug_MenuPosSize
Win_Plug_MenuSize
Win_Plug_MenuPos
Win_Plug_MenuMain
Win_Plug_SubGroup2BunHeight
Win_Plug_SubGroup2BunWidth
Win_Plug_SubGroup3BunHeight
Win_Plug_SubGroup3BunWidth
Win_Plug_SubGroup4Bun
Win_Plug_SubGroupTranp
Win_Plug_SubGroupTranpLeftToRight
Win_Plug_SubGroupTranpUpToDown
Win_Plug_SubGroupAdd
Win_Plug_SubGroupActive
Win_Plug_SubGroupReserveActive
Win_Plug_SubGroupMinimize
Win_Plug_SubGroupRestore
Win_Plug_SubGroupClose
Win_Plug_SubGroupSizePosEntryIniFile
Win_Plug_SubGroupWindowToBefore
Win_Plug_SubLR3bunL
Win_Plug_SubLR3bunC
Win_Plug_SubLR3bunR
Win_Plug_SubUD3bunU
Win_Plug_SubUD3bunC
Win_Plug_SubUD3bunD
Win_Plug_SubSemiMax
Win_Plug_SubLOfLRHerf
Win_Plug_SubROfLRHerf
Win_Plug_SubUOfUDHerf
Win_Plug_SubDOfUDHerf
Win_Plug_SubLU_Bun4
Win_Plug_SubLD_Bun4
Win_Plug_SubRU_Bun4
Win_Plug_SubRD_Bun4
Win_Plug_SubSizePosMaxUD
Win_Plug_SubSizePosMaxLR
Win_Plug_SubShowSizePos
Win_Plug_SubShowSizePosRelativ
Win_Plug_SubShowSizePosLoad
Win_Plug_SubBun4
Win_Plug_SubSizeMaxR
Win_Plug_SubSizeMaxD
Win_Plug_SubSizeMaxU
Win_Plug_SubSizeMaxL
Win_Plug_SubShowSize
Win_Plug_SubShowSizeRelativ
Win_Plug_SubShowSizeLoad
Win_Plug_SubPosCenter
Win_Plug_SubPosMaxL
Win_Plug_SubPosMaxR
Win_Plug_SubPosMaxU
Win_Plug_SubPosMaxD
Win_Plug_SubPosMaxLU
Win_Plug_SubPosMaxLD
Win_Plug_SubPosMaxRU
Win_Plug_SubPosMaxRD
Win_Plug_SubShowPos
Win_Plug_SubShowPosRelativ
Win_Plug_SubShowPosLoad
Win_Plug_SubBeforePosSize
Win_Plug_SubSaveSizePos
Win_Plug_SubShowEntryWinPosSize
Win_Plug_SubShowEntryWinPos
Win_Plug_SubShowEntryWinSize
Win_Plug_SubMainGorupChange1
Win_Plug_SubMainGorupChange2
Win_Plug_SubMainGorupChange3
Win_Plug_SubMainGorupChange4
Win_Plug_SubMainGorupChange5
Win_Plug_SubMenuMain
Win_Plug_SubMenuPos
Win_Plug_SubMenuSize
Win_Plug_SubMenuPosSize
Win_Plug_SubMenuGroup
Win_Plug_beforeRestore(winTitle="A")
Win_Plug_backupPosSize(winTitle="A")
Win_Plug_sizeChange(width, height, winTitle="A", absoleFlag=True)
Win_Plug_posChange(posX, posY, winTitle="A", absoleFlag=True)
Win_Plug_posSizeChange(posX, posY, width, height, winTitle="A", posAbsoleFlag=True, sizeAbsoleFlag=True)
Win_Plug_posChangeOnlyX(posX, winTitle="A")
Win_Plug_posChangeOnlyY(posY, winTitle="A")
Win_Plug_sizeChangeOnlyWidth(width, winTitle="A")
Win_Plug_sizeChangeOnlyHeight(height, winTitle="A")
Win_Plug_posChangeFromEntryList(listNumber, winTitle="")
Win_Plug_sizeChangeFromEntryList(listNumber, winTitle="")
Win_Plug_posSizeChangeFromEntryList(listNumber, winTitle="")
Win_Plug_posChangeFromEntryListPlusAssign(listNumber, posX="", posY="", winTitle="", absoleStr="")
Win_Plug_sizeChangeFromEntryListPlusAssign(listNumber, width="", height="", winTitle="", absoleStr="")
Win_Plug_posSizeChangeFromEntryListPlusAssign(listNumber, posX="", posY="", width="", height="", winTitle="", posAbsoleStr="", sizeAbsoleStr="")
Win_Plug_posChangeSave(listNumber, posX, posY, useWinTitle, absoleFlag, listName)
Win_Plug_sizeChangeSave(listNumber, width, height, useWinTitle, absoleFlag, listName)
Win_Plug_posSizeChangeSave(listNumber, posX, posY, width, height, useWinTitle, posAbsoleFlag, sizeAbsoleFlag, listName)
Win_Plug_posChangeSaveWinTitle(listNumber, getWinTitle="A", useWinTitle="A", listName="")
Win_Plug_sizeChangeSaveWinTitle(listNumber, getWinTitle="A", useWinTitle="A", listName="")
Win_Plug_posSizeChangeSaveWinTitle(listNumber, getWinTitle="A", useWinTitle="A", listName="")
Win_Plug_posChangeLoad(listNumber)
Win_Plug_sizeChangeLoad(listNumber)
Win_Plug_posSizeChangeLoad(listNumber)
Win_Plug_posChangeLoadWinTitle(winTitle)
Win_Plug_sizeChangeLoadWinTitle(winTitle)
Win_Plug_posSizeChangeLoadWinTitle(winTitle)
Win_Plug_gorupMain(number)
Win_Plug_groupAdd(number, winTitle="A")
Win_Plug_maxOrResize(winTitle="A")
;----------mousevOC--------------------------------
Mou_Plug_O_speed
Mou_Plug_O_menuPosX
Mou_Plug_O_menuPosY
Mou_Plug_SetO_speed(speed=15)
Mou_Plug_SetO_menuPosX(posX=20)
Mou_Plug_SetO_menuPosY(posY=10)
Mou_Plug_B_GuiNumEntryMou
Mou_Plug_B_GuiNumAssignToAssign
Mou_Plug_B_GuiNumCurrentToAssign
Mou_Plug_B_GuiNumCurrentToPlusPos
Mou_Plug_B_GuiNumClickPoint
Mou_Plug_B_WinTitleEntryMou
Mou_Plug_B_WinTitleAssignToAssign
Mou_Plug_B_WinTitleCurrentToAssign
Mou_Plug_B_WinTitleCurrentToPlusPos
Mou_Plug_B_WinTitleClickPoint
Mou_Plug_MenuEvery
Mou_Plug_MenuClickPoint
Mou_Plug_SubShowAssignToAssignLoad
Mou_Plug_SubShowAssignToAssignLoadFromWindow
Mou_Plug_SubShowCurrentToAssign
Mou_Plug_SubShowCurrentToAssignFromWindow
Mou_Plug_SubShowCurrentToPlusPos
Mou_Plug_SubShowClickPoint
Mou_Plug_SubColorSetPos
Mou_Plug_SubShowAssignToAssign
Mou_Plug_SubShowEntryAssignToAssign
Mou_Plug_SubShowEntryCurrentToAssign
Mou_Plug_SubShowEntryCurrentToPlusPos
Mou_Plug_SubShowEntryClickPoint
Mou_Plug_SubClickPointChange1
Mou_Plug_SubClickPointChange2
Mou_Plug_SubClickPointChange3
Mou_Plug_SubClickPointChange4
Mou_Plug_SubClickPointChange5
Mou_Plug_SubClickPointClick
Mou_Plug_SubMouseMoveFromClickPoint
Mou_Plug_SubEntryFromClick
Mou_Plug_SubEntryFromClickFromWindow
Mou_Plug_SubEntryFromClickFromNowPos
Mou_Plug_SubMenuEvery
Mou_Plug_assignToAssign(startX, startY, endX, endY, winTitle="A", screenFlag=True)
Mou_Plug_currentToAssign(endX, endY, dragFlag=False, winTitle="", screenFlag=True)
Mou_Plug_currentToPlusPos(plusX, plusY, dragFlag=False, winTitle="")
Mou_Plug_assignToAssignFromEntryList(listNumber, winTitle="")
Mou_Plug_currentToAssignFromEntryList(listNumber, winTitle="")
Mou_Plug_currentToPlusPosFromEntryList(listNumber, winTitle="")
Mou_Plug_clickPointClickFromEntryList(listNumber, winTitle="")
Mou_Plug_assignToAssignFromEntryListPlusAssign(listNumber, startX="", startY="", endX="", endY="", winTitle="", screenStr="")
Mou_Plug_currentToAssignFromEntryListPlusAssign(listNumber, posX="", posY="", dragFlag=False, winTitle="", screenFlag=True)
Mou_Plug_currentToPlusPosFromEntryListPlusAssign(listNumber, plusX="", plusY="", dragStr="", winTitle="")
Mou_Plug_clickPointClickFromEntryListPlusAssign(listNumber, posX="", posY="", dbClickStr="", shiftStr="", ctrlStr="", winTitle="", screenStr="")
Mou_Plug_assignToAssignSave(listNumber, startX, startY, endX, endY, winTitle="", screenFlag=True, listName="")
Mou_Plug_currentToAssignSave(listNumber, plusX, plusY, dragFlag=False, winTitle="", screenFlag=True, listName="")
Mou_Plug_currentToPlusPosSave(listNumber, plusX, plusY, dragFlag=False, winTitle="", listName="")
Mou_Plug_clickPointSave(listNumber, posX, posY, dbClickFlag=False, shiftFlag=False, ctrlFlag=False, winTitle="", screenFlag=True, listName="")
Mou_Plug_assignToAssignLoad(listNumber)
Mou_Plug_currentToAssignLoad(listNumber)
Mou_Plug_currentToPlusPosLoad(listNumber)
Mou_Plug_clickPointLoad(listNumber)
Mou_Plug_clickPointSaveFromMousePos(listNumber, dbClickFlag=False, shiftFlag=False, ctrlFlag=False, screenFlag=True, listName="")
Mou_Plug_click(posX, posY, dbClickFlag=False, shiftFlag=False, ctrlFlag=False, winTitle="", screenFlag=True)
Mou_Plug_clickPointClick()
Mou_Plug_clickPointClickPlusMoveTmp(moveX, moveY=0)
Mou_Plug_clickPointChange(number)
Mou_Plug_clickPointClickAssigin(pattern=1, dbClickFlag=False)
Mou_Plug_clickPointPlusMove(plusX="", plusY=0)
Mou_Plug_clickPointMove(posX="", posY="")
Mou_Plug_clickPointMoveFromMousePos()
Mou_Plug_showClickPointSetFromMousePos(screenFlag=True)
Mou_Plug_clickPointMoveFromCursor()
Mou_Plug_mouseMoveFromClickPoint()
Mou_Plug_clickPointSaveFromCurrentClickPoint(listNumber, winTitle="", listName="")
Mou_Plug_clickPointLoadFromCurrentClickPoint()
;----------ǉ--------------------------------
F_hideGuiTextAndWaitActiveAny()
F_hideGuiTextAndWaitActiveIfA(winTitle="A")
F_showLastWord(option="_", toggleFlag=True, sleepFlag=False)
A_Is64bitOS
F_newItemFromCommand(radioNum, itemName, script, args="", workDir="", dbQuoutFlag=False)
E_donothing
O_suspendNotViewFlag
F_conversion10To16(number, trim0xFlag=False)
F_conversion16To10(hex)
F_trim0xFrom16(hex)
F_sendToWindow(key, winTitle, beforeWinDelay=100, afterSleepDelay=0)
