Re: [請問] 我要如何用AHK實現啟動和暫停
簡單用message box顯示hello world,
請將大括號中的msgbox跟winclose換成其他的
#Persistent
SetTitleMatchMode, 2
IfWinActive/IfWinExist
toggle := false
F5::
toggle := !toggle ; Toggle the state
if (toggle)
{
MsgBox, Hello World
}
else
{
WinClose, Hello World
}
return
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.161.195.212 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/EzHotKey/M.1722167319.A.F65.html
討論串 (同標題文章)
完整討論串 (本文為第 2 之 2 篇):
EzHotKey 近期熱門文章
PTT數位生活區 即時熱門文章