如何使 Xul 窗口获取来自另一个窗口的所有输入?

发布于 2024-10-05 16:15:14 字数 182 浏览 3 评论 0原文

我考虑过从另一个窗口监听按键和鼠标事件,但我不知道如何向我的监听器窗口生成此事件。

知道如何将按键和鼠标事件从一个窗口转发到另一个窗口吗?

--更新

可以选择更改当前窗口的焦点。但它不适用于 onload="opener.focus();"

I've thought about listen to the keypress and mouse events from the other window, but I don't know how to generate this event to my listener window.

Any idea how can I forward key and mouse events from a window to another?

--update

To change the focus of the current window would be an option. But it just don't work with onload="opener.focus();"

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

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

发布评论

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

评论(1

薄荷港 2024-10-12 16:15:14

我想您可以在子窗口中设置函数并通过 窗口调用父窗口中的函数。开场白。我想以某种方式,您需要调用父级中的函数,这似乎是最简单的方法。

I guess you could set up functions in the child window and call functions in the parent window via window.opener. I guess in some way or another, you need to call a function in the parent, that seems like the simplest way.

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