当我尝试使用 Internet Explorer 或 Chrome 中的网页窗口标题的一部分时,我无法设置脚本
SetTitleMatchMode, 2
#IfWinActive, bab.la Italian-English dictionary - Internet Explorer ahk_class IEFrame
!space::
msgbox hello
return
#IfWinActive
答案1
标题似乎不正确,而且你试图表达得太具体。尝试
SetTitleMatchMode, 2
#IfWinActive, Italian-English dictionary ahk_exe chrome.exe
!space::
msgbox hello
return
#IfWinActive