Autohotkey常⽤命令//输⼊密码
#1::
send test1234
sleep 600
send {enter}
return好看的火影同人小说
//打开程序
; win + t: open total cmd
#t::
IfWinNotExist ahk_class TotalCmd
{
Run "D:\Program Files\totalcmd\TOTALCMD64.EXE"
WinActivate
}
Else IfWinNotActive ahk_class TotalCmd
{
WinActivate
}
Else
{
WinMinimize
}
罗霈颖 利菁Return
; win + w: open company chat
#w::
IfWinNotExist ahk_class TotalCmd
{
Run "C:\Program Files (x86)\"
WinActivate
}
Else IfWinNotActive ahk_class TotalCmd
{
WinActivate
}
Else
{
WinMinimize
}
Return
#F::
IfWinNotExist ahk_class Firefox
{
Run "C:\Program Files\"
WinActivate
}
Else IfWinNotActive ahk_class Firefox
{
WinActivate
}
Else
邓丽君去世后尸检照{
WinMinimize
}
Return
; win + p: open total cmd
#p::
IfWinNotExist ahk_class ProcessHacker
{
Run "D:\Program Files\Process Hacker " WinActivate
}
Else IfWinNotActive ahk_class ProcessHacker
{
WinActivate
}
李明德身高
Else
{
如何教育孩子学习
WinMinimize
}
Return
//关闭程序
;;close current process :ctrl+alt + f4
;;^!F4::
#Q::
WinGet, active_id, PID, A
run, taskkill /PID %active_id% /F,,Hide
张柏芝私人相册return