左ALT和右Alt产生不同的结果

发布于 2025-01-18 12:50:30 字数 493 浏览 1 评论 0原文

我的脚本:

#MenuMaskKey vkFF
#SingleInstance Force

SendMode Input
SetTitleMatchMode Regex

#IfWinActive ahk_exe (chrome|msedge).exe
  !l::Send ^{Tab}
#IfWinActive

在 Chrome 中,当使用 !l 和左侧 alt 时,ctrl+tab 会在没有边的情况下发送但是,如果将 !l 与右侧 alt 一起使用,则会发送 ctrl+tab并且ctrl永远不会释放,如果我在此之后按j,将打开下载页面。

有谁知道这种行为的根本原因以及如何解决这个问题?

AHK版本:1.1.33.10

My script:

#MenuMaskKey vkFF
#SingleInstance Force

SendMode Input
SetTitleMatchMode Regex

#IfWinActive ahk_exe (chrome|msedge).exe
  !l::Send ^{Tab}
#IfWinActive

In Chrome, when using !l with the left alt, ctrl+tab is sent without side effects, however, if using !l with the right alt instead, ctrl+tab is sent and the ctrl key is never released, if I press j after that, the download page will be opened.

Does anyone know the root cause of this behavior and how to fix this?

AHK version: 1.1.33.10

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文