উত্তর:
উইনটাইটেল প্যারামিটারের মধ্যে আপনি নির্দিষ্ট উইন্ডোটির অনুসন্ধানকে সঙ্কুচিত করার জন্য একাধিক মাপদণ্ড নির্দিষ্ট করতে পারেন। একাধিক মানদণ্ড দেখুন ।
#IfWinActive ahk_exe test.exe ahk_class Test
; window specific definition of hotkeys or/and hotstrings
#IfWinActive ; turn off context sensitivity
https://autohotkey.com/docs/commands/_IfWinActive.htm
F1::
IfWinActive ahk_exe test.exe ahk_class Test
; do window specific stuff
return