如何模拟按键事件?

发布于 2024-09-25 17:08:06 字数 30 浏览 8 评论 0原文

如何使用 ksh|bash 脚本模拟按键事件?

How to simulate key press event with ksh|bash script?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

一个人的夜不怕黑 2024-10-02 17:08:06

我不知道为什么 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

小忆控 2024-10-02 17:08:06

如果您想在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文