Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我想按'v'通过自动热键获取'asdfv',但是当我定义如下时:
v::发送 asdfv
脚本运行到无限循环,因为最后一个 v 被覆盖为快捷方式。所以问题是,我怎样才能得到我想要的。
两种方式:
#UseHook On v::send asdfv
或者
$v::send asdfv