有没有类似 xinput 但用于输出的东西
我刚刚发现您可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 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.
uinput
uinput