看板 MacDev 關於我們 聯絡資訊
昨天剛學applescript 因為工作的需要所以自己研究了一個程式 我原本的程式碼是這樣 on idle tell application "System Events" -- key code 18 = 1 key key code 18 end tell -- 1 min x 1 sec/min = 1 seconds return 1 end idle 請問各位大大 有辦法加上按一個鍵去關閉程式嗎? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.160.45.185
uranusjr:on idle 的排程是系統決定的, 如果你想結束排程要另外寫 07/21 23:09
uranusjr:一個程式去關它... 07/21 23:09