Re: [AHK-] 請問如何寫入txt第一行

看板EzHotKey作者 (斯馬克)時間2年前 (2022/02/16 14:31), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/3 (看更多)
還是用回文的好了 https://www.autohotkey.com/docs/commands/Hotkey.htm InputBox, myKey, enter key name Hotkey, ~%myKey%, DoSomething DoSomething() { tooltip, do something here } 大概只要這樣簡單的幾行,其實就可以了,從頭到尾只需要一個檔案。順帶一提, 那個 DoSomething 也可以用 Label DoSomething: tooltip, do something here return -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 111.185.115.69 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/EzHotKey/M.1644993098.A.580.html
文章代碼(AID): #1Y39fAM0 (EzHotKey)
文章代碼(AID): #1Y39fAM0 (EzHotKey)