Skip to main content

Autohotkey




Commands

Search:
Designation 🔼
command
Description
comment
Ctrl+Q
deactivate tabKey
!tab::
deactivate windowsKey
LWin::Return
edit script
^e::Edit
HotString
::@p::p@hotmail.com
@p backspace
HotString
::mfg:: Mit freundlichen Grüßen
mfg backspace
HotString case sensitiv
:*c:MADS::MY AMAZING DONUT STORE
HotString without initial Key
:*:mads::MY AMAZING DONUT STORE
Key ALT
!
Key Ctrl
^e
Key MouseLeft
LButton
Key Shift
"+"
MouseClick send to coordinate
"""^p::
MouseGetPos,LocX,LocY
Click, x,y
return"
MouseClickLocation check
^p::
MouseGetPos,LocX,LocY
MsgBox X is at %LocX% and Y is at %LocY%
msgBox
#j:: 
MsgBox, Great!
return
new Line / wordWrap
{Enter}
query check: program is open?
#IfWinActive Untitled - Notepad
F7::
MsgBox, Yes - Notepad Untitled is open!
return
reload script
^r::Reload
run only within certain program
#IfWinActive ahk_class CabinetWClass
e.g. Windows Explorer
Run program
F2:: Run, me.exe
run single script instance
#SingleInstance,FORCE
spam key
F5::
loop, 100
{
send, A
(sleep, 1000)
}
return

Scripts

Search:
Script
Description
WindowSnippingSnippingTool OCR, Translation, attach email
WindowSpy defaultcheck System Info & className of applications