Re: [請問] 我要如何用AHK實現啟動和暫停

看板EzHotKey作者 (樹枝擺擺)時間1月前 (2024/07/28 19:48), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
簡單用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
文章代碼(AID): #1cfZ0Nzb (EzHotKey)
文章代碼(AID): #1cfZ0Nzb (EzHotKey)