左ALT和右Alt产生不同的结果
我的脚本:
#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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论