作者bhbbbbb (斯马克)
看板EzHotKey
标题Re: [AHK-] 请问如何写入txt第一行
时间Wed Feb 16 14:31:36 2022
还是用回文的好了
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://webptt.com/cn.aspx?n=bbs/EzHotKey/M.1644993098.A.580.html