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.
我正在尝试用 C++ 创建一个宏程序。该程序应该每 10 秒按一次 H 键。我已经有了计时功能,但是如何让它按键呢?所以当程序运行时,如果我去记事本并把它留在那里,它会输入“hhhhhhhh(...)”
谢谢!
快速搜索发现这个问题之前已经回答过: 如何在 C++ 中模拟按键
他们接受的答案是使用SendInput()
这完全取决于你的想法,但我个人发现,如果我想制作某种宏程序AutoIt是最好的选择。