从今天起,只有一个热键无效! XP chrome

问题描述:

你好,我用4个不同的键使用autohotkey超过一年。从今天起,只有一个热键无效! XP chrome

SendMode Input ; Recommended for new scripts due to its superior speed and reliability. 
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. 

F1::send, {ctrl down}ψ{ctrl up} 
F2::send, {ctrl down}ω{ctrl up} 
F3::send, {alt down}{tab down}{tab up}{alt up} 
F4::send, {alt down}{shift down}{shift up}{alt up} 

F1和F2分别是复制粘贴,F2更改窗口,F4更改语言布局。

一切工作像一个魅力直到今天,唯一不行的是F4在铬。其他地方正在工作,其他3个(F1 F2 F3)热键在镀铬中工作正常。什么cahnged是铬版本。

此外,如果我尝试手动打ALT键转移布局作品完美。 我没有管理员帐户。我试图将它分配给`,它是一样的。它工作在任何地方,但铬。

任何想法?我用它来做我的工作,这很烦人!

谢谢

尝试和运行脚本作为管理员

如果这样的作品看看这个https://autohotkey.com/board/topic/70449-enable-interaction-with-administrative-programs/

+0

我没有管理员权限在此计算机上。 – trelozakinthinos

+1

最有可能的chrome有F4的用途,如果你的权限低于chrome的,你就不知所措 – blackholyman

+0

你可以尝试的一件事是安装键盘钩子https://autohotkey.com/docs/commands/_InstallKeybdHook.htm – blackholyman