如何在非 Qt 应用程序上模拟 Qt 按键事件
如何在聚焦的非 qt 应用程序上从 qt 应用程序模拟 CTRL+SHIFT+T ?
一种选择是 libfakekey 还有其他选择吗?
How to simulate CTRL+SHIFT+T from qt app on focused non-qt app ?
One option is libfakekey any other options ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来 Qt 中没有直接的方法来做到这一点。也许这些文章会有所帮助
Qt:如何发送操作系统/窗口系统的事件?
http://www.qtforum.org/article/9075/sending-keys.html
Looks like there's no direct way of doing this in Qt. Maybe these articles would help
Qt: How to send an event to the operating/window system?
http://www.qtforum.org/article/9075/sending-keys.html