【发布时间】:2012-12-14 17:04:54
【问题描述】:
可能重复:
how to send a letter as itself when it is used as hotkey in autohotkey
当我尝试运行脚本时:
v::Send tv
它开始重复输入 t。
在玩自动热键时,我可能做错了什么,现在它不再说
第 1 行出错。
行文本:; v::发送电视 错误:无效的热键。
程序将退出。
(后来我用;发表了评论,之前问题一直存在。)
谁能告诉我我做错了什么?
【问题讨论】:
-
我知道这是因为 tv 中的“v”发送了一个“t”和“v”,其中发送的“v”再次发送了“t”和“v”。如何避免这种连锁反应?
标签: autohotkey