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.
NumPadSub:: Send {F12} Mousemove 517, 501 Click return
为什么这行不通?如果我删除 Send {F12} 其余的工作,但在那里,没有任何工作。我也尝试过 SendInput。
我认为它确实有效。也许激活的程序没有按照您期望的方式响应 F12 键。
我试过这个,它工作得很好:
NumPadSub:: Send {F12} msgbox dude return
运行您的脚本并在其他程序处于活动状态时按 F12 并查看是否发生任何事情。
您正在运行 ANSI 版本的 Autohotkey 吗?如果是这样,请确保您的文件编码在脚本文件中设置为 ANSI。