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

作者: bhbbbbb (影)   2022-02-16 14:31:36
還是用回文的好了
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

Links booklink

Contact Us: admin [ a t ] ucptt.com