AutoHotKey(오토핫키) 설명서 명령어 검색
검색
실행 제어
- #Include
- #IncludeAgain
- {...} (block)
- If(식)
- If (변수의 비교)
- If var [not] between L and U
- If var [not]in values
- If var [not]contains values
- IfInString / IfNotInString
- If var is [not] type
- #IfWinActive
- #IfWinExist
- IfWinActive / IfWinNotActive
- IfWinExist / IfWinNotExist
- IfExist / IfNotExist
- IfMsgBox
- Else
- Loop
- Loop(files)
- Loop,PARSE
- Loop,READ
- Loop (registry)
- Break
- Continue
- Goto
- Gosub
- IsLabel()
- Return
- Hotkey
- SetTimer
- Menu
- OnExit
- OnMessage()
- Sleep
- Suspend
- Pause
- Thread
- Critical
- Exit
- ExitApp
- DllCall()
- NumGet()
- NumPut()
- RegisterCallback()
GUI표시
- #NoTrayIcon
- InputBox
- MsgBox
- IfMsgBox
- FileSelectFile
- FileSelectFolder
- Progress
- SplashImage
- SplashTextOn / SplashTextOff
- ToolTip
- TrayTip
- Menu
- GUI
- Gui,Add
- Gui,Add,Text
- Gui,Add,Edit
- Gui,Add,UpDown
- Gui,Add,Hotkey
- Gui,Add,Picture
- Gui,Add,GroupBox
- Gui,Add,Button
- Gui,Add,Checkbox
- Gui,Add,Radio
- Gui,Add,DropDownList
- Gui,Add,ComboBox
- Gui,Add,ListBox
- Gui,Add,ListView
- Gui,Add,TreeView
- Gui,Add,Slider
- Gui,Add,Progress
- Gui,Add,DateTime
- Gui,Add,MonthCal
- Gui,Add,Tab
- Gui,Add,StatusBar
- Gui,Tab
- Gui,ListView
- Gui,TreeView
- Gui,Menu
- Gui,Color
- Gui,Font
- Gui,Margin
- Gui,Show
- Gui,Flash
- Gui,Submit
- Gui,Cancel
- Gui,Hide
- Gui,Maximize
- Gui,Minimize
- Gui,Restore
- Gui,Destroy
- Gui,+/-Option
- Gui,Default
- GuiEscape:
- GuiClose:
- GuiSize:
- GuiDropFiles:
- GuiContextMenu:
- GuiControl
- GuiControlGet
- OnMessage()
연산·변수·함수 관련
- #MaxMem
- DllCall()
- VarSetCapacity()
- SetFormat
- SetEnv
- EnvGet
- EnvSet
- EnvAdd
- EnvSub
- EnvMult
- EnvDiv
- Random
- Transform
- If (변수의 비교)
- If var is [not] type
- Abs()
- Ceil()
- Floor()
- Round()
- Sqrt()
- Exp()
- Log()
- Ln()
- Mod()
- Sin()
- Cos()
- Tan()
- ASin()
- ACos()
- ATan()
- :=연산자
- +=연산자
- -=연산자
- *=연산자
- /=연산자
- //=연산자
- .=연산자
- |=연산자
- &=연산자
- ^=연산자
- >>=연산자
- <<=연산자
- ++연산자
- --연산자
- ,연산자(복식)
- . 연산자(문자열 연결)
- - 연산자(단항)
- + 연산자(가산)
- - 연산자(감산)
- * 연산자(곱셈)
- / 연산자(제산)
- // 연산자(결론 짓지 않는 제산)
- ** 연산자(나무승)
- ~ 연산자(비트 반전)
- | 연산자(비트 논리합)
- & 연산자(비트 논리적)
- ^ 연산자(비트 배타적 논리합)
- >> 연산자(논리 오른쪽 시프트)
- << 연산자(왼쪽 시프트)
- ! 연산자(논리 부정)
- not연산자(논리 부정)
- || 연산자(논리합)
- or연산자(논리합)
- && 연산자(논리적)
- and연산자(논리적)
- ?:연산자(조건)
- > 연산자(대든지)
- < 연산자(소든지)
- >= 연산자(이상)
- <= 연산자(이하)
- = 연산자(대문자 소문자 무시의 등치)
- == 연산자(등치)
- != 연산자(비등치)
- & 연산자(주소)
- * 연산자(주소에 격납된 값)
문자열 조작
- RegExMatch()
- RegExReplace()
- StringCaseSense
- SetFormat
- SetEnv
- EnvSet
- If (변수의 비교)
- IfInString / IfNotInString
- If var is [not] type
- Loop,PARSE
- StringLower
- StringUpper
- StringLeft
- StringRight
- StringTrimLeft
- StringTrimRight
- StringMid
- StringLen
- StringGetPos
- StringReplace
- StringSplit
- Sort
- FormatTime
- Asc()
- Chr()
- StrLen()
- InStr()
윈도우
- #WinActivateForce
- DetectHiddenWindows
- DetectHiddenText
- SetTitleMatchMode
- SetWinDelay
- IfWinActive / IfWinNotActive
- IfWinExist / IfWinNotExist
- WinExist()
- WinActive()
- WinWait
- WinWaitActive / WinWaitNotActive
- WinWaitClose
- WinGet
- WinGetTitle
- WinGetText
- WinGetClass
- WinGetPos
- WinGetActiveTitle
- WinGetActiveStats
- WinActivate
- WinActivateBottom
- WinHide
- WinShow
- WinClose
- WinKill
- WinMove
- WinMaximize
- WinMinimize
- WinMinimizeAll / WinMinimizeAllUndo
- WinRestore
- WinSet
- WinSetTitle
파일
- SetWorkingDir
- FileInstall
- Drive
- DriveGet
- DriveSpaceFree
- FileCopyDir
- FileMoveDir
- FileRemoveDir
- FileCreateDir
- FileRecycle
- FileRecycleEmpty
- FileCopy
- FileMove
- FileDelete
- FileCreateShortcut
- FileGetShortcut
- FileGetAttrib
- FileGetSize
- FileGetTime
- FileGetVersion
- FileSetAttrib
- FileSetTime
- FileRead
- FileReadLine
- FileAppend
- FileSelectFile
- FileSelectFolder
- IfExist / IfNotExist
- FileExist()
- Loop(files)
- Loop,READ
- SplitPath
설정 관계
- #NoEnv
- #Include
- #IncludeAgain
- #CommentFlag
- #ClipboardTimeout
- #EscapeChar
- #MaxMem
- #ErrorStdOut
- #KeyHistory
- #NoTrayIcon
- #Persistent
- #SingleInstance
- #WinActivateForce
- #UseHook
- #InstallKeybdHook
- #InstallMouseHook
- #Hotstring
- #HotkeyModifierTimeout
- #HotkeyInterval
- #MaxHotkeysPerInterval
- #MaxThreads
- #MaxThreadsBuffer
- #MaxThreadsPerHotkey
- SetBatchLines
- DetectHiddenText
- DetectHiddenWindows
- CoordMode
- SetDefaultMouseSpeed
- SetKeyDelay
- SetMouseDelay
- SetWinDelay
- SetControlDelay
- SetStoreCapslockMode
- SetTitleMatchMode
- SendMode
- AutoTrim
- StringCaseSense
- SetFormat
- SetFormat