有没有类似 xinput 但用于输出的东西

发布于 2024-11-03 06:00:06 字数 221 浏览 0 评论 0原文

我刚刚发现您可以使用 xinput 来嗅探在 X 上运行的应用程序之间的击键

是否有类似的东西,但可以将数据输出到现在拥有焦点的任何应用程序?

我想实现类似自动完成或智能建议程序之类的东西,它可以监听您跨应用程序的击键并提出智能建议,

例如监听浏览器上发生的任何事情,然后如果您切换到终端或文本编辑器,您可以重用其中的一些数据。

I just found out that you can use xinput to sniff key strokes across apps running on X

Is there something similar but to output data to whatever app has the focus now?

I would like to implement something like an autocomplete or smart suggestion program that listens for your keystrokes across applications and makes smart suggestion

e.g listen to whatever happens on the browser then if you switch to terminal or your text editor you can reuse some of that data.

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

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

发布评论

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

评论(2

獨角戲 2024-11-10 06:00:06

您可以使用 XSendEvent 将键盘事件发送到 X 应用程序XTEST 扩展。 XTEST 的功能明显更强大,但在许多情况下,必须在 X 服务器配置中手动启用它。另请参阅 了解更多信息和一些示例代码。

You can send keyboard events to an X application using XSendEvent or the XTEST extension. XTEST is significantly more powerful, but in many cases it has to be manually enabled in the X server configuration. See also this and this for more information and some sample code.

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