在AutoHotKey中,AltGr键通常会被视为Alt键的一部分。因此,使用AltGr + Alt + Y的组合键可能会导致冲突。
要解决此问题,您可以尝试以下方法:
#IfWinActive, Window Title !y::SendInput, {Text} #IfWinActive
!y::SendRaw, {Text}
!y::SendInput, {U+0079}
请根据您的实际需求选择上述其中一种解决方法,并根据需要进行修改。
上一篇:AutohotkeywithunicodeandKeyWait/Longpress
下一篇:Autohotkey无法映射蓝牙键盘的按键(浏览器主页)。