Dentro do parâmetro WinTitle, você pode especificar mais de um critério para restringir a pesquisa de uma janela específica. Consulte Múltiplos Critérios .
#IfWinActive ahk_exe test.exe ahk_class Test
; window specific definition of hotkeys or/and hotstrings
#IfWinActive ; turn off context sensitivity
F1::
IfWinActive ahk_exe test.exe ahk_class Test
; do window specific stuff
return