如何模拟按键事件?
如何使用 ksh|bash 脚本模拟按键事件?
How to simulate key press event with ksh|bash script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用 ksh|bash 脚本模拟按键事件?
How to simulate key press event with ksh|bash script?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
尝试 xdotool:http://www.semicomplete.com/projects/xdotool/
Try xdotool: http://www.semicomplete.com/projects/xdotool/
我不知道为什么 xdotool 与 SCO 不兼容;但也许这些都是。 预期或replayXt?
另请参阅
DejaGnu,一个基于Expect的测试框架
replayXt,控制基于 Athena 和 Motif 的 GUI
I don't know why xdotool wasn't compatible with SCO ; but maybe these are. What about Expect, or replayXt?
See Also
DejaGnu, a testing framework based on Expect
replayXt, control of Athena and Motif based GUIs
如果您想在 KDE 中实现自动化,我建议您查看 DCOP [1]。您可以使用 Bash/Ksh 脚本中的 DCOP 调用来连接成熟的 KDE 应用程序。
另请查看 IBM [2] 的本教程。您可以使用 DCOP 做许多有趣的事情。
If you want to automate things in KDE, I would suggest you to look at DCOP [1]. You can interface full-fledged KDE applications using DCOP calls from Bash/Ksh script.
Take a look at this tutorial from IBM [2] as well. You can do many interesting things using DCOP.