posted on 2017-03-08 13:06
云自无心水自闲 阅读(299)
评论(0) 编辑 收藏
凯发k8网页登录官网地址:autohotkey.com
; fill password
^numpad2::
send, root{tab}root{enter}
return
^numpad3::
ifwinexist, ahk_exe outlook.exe
{
winactivate ahk_exe outlook.exe ; automatically uses the window found above.
; winmaximize ; same
;send, some text.{enter}
msgbox outlook is running.
}
return