我可以处理网页中的 ALT+TAB 按键吗?

发布于 2024-08-02 19:53:31 字数 60 浏览 3 评论 0原文

我意识到这是大多数操作系统中的程序切换键组合。是否有可能通过 JavaScript 在网页中捕获此类事件?

I realize this is a program switcher key combo in most OSs. Is there a possibility of capturing such an event in the web page via JavaScript?

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

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

发布评论

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

评论(2

无人问我粥可暖 2024-08-09 19:53:31

当然你无法捕获这个事件,当然你也无法禁用它。浏览器不拥有计算机,也不拥有浏览器!

你为什么要这样做?这是一个内部应用程序,还是互联网上的一个可供任何人使用的应用程序?

Of course you can't capture this event, and of course you can't disable it. The browser doesn't own the computer, and you don't own the browser!

Why do you want to do this? Is this for an internal application, or one on the Internet, to be used by anyone?

仙女山的月亮 2024-08-09 19:53:31

不,但你为什么要这么做?

您想要做一些 onfocus 或 onblur 吗?也许这些活动对您有用。

No, but why would you want to?

Are you looking to do some onfocus or onblur? Maybe those events are useful for you.

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