【发布时间】:2018-04-22 10:47:37
【问题描述】:
我有一个通常用作速记回复的 AHK 脚本。例如:
::test::
Send, Hi, this is a test.
Return
::test2::
Send, hi this is test2.
Return
::test3::
Send, hi this is test3.
Return
我需要找到一种方法来计算和存储每个热键每天运行的次数。有人能帮忙吗?我有 excel 可用并搜索了用户论坛,但找不到答案。
【问题讨论】:
标签: arrays count autohotkey