Verwenden Sie die Anweisung #If, um einen Hotkey selektiv zu aktivieren. Sie können den WinTitle auch ändern, wenn Sie möchten.
#If Not (WinActive ("ahk_exe excel.exe") Or WinActive ("ahk_exe access.exe")) F11::Volume_Mute #IfWinActive ; make sure all hotkeys after this are not qualified with the above #If statement