作者:
flyau ( )
2022-09-03 10:48:36#IfWinActive ahk_exe firefox.exe
#IfWinActive ahk_exe chrome.exe
s::Down
r::PgUp
f::PgDn
g::End
t::Home
q::MButton
!e::Suspend
請問如何才能讓兩個都生效且不影響其他程式
目前執行結果只對 chrome.exe 有作用
https://ahkcn.github.io/docs/misc/WinTitle.htm
https://ahkcn.github.io/docs/commands/WinActive.htm