Hi Jean,
Checkout this section of the MouseGestureL thread:
https://www.autohotkey.com/boards/viewto...32#p464589
The developer, Pyonkichi, suggested this
Code:
InStr(MG_GetExeName(MG_HWND, true), "E:\Games\Steam")==1
as a way to disable MGL when any Steam games are running. (Screenshot below).
Is it possible to incorporate something like this in QAP? I tried simply putting "Steam" as a blacklist item, but that didn't work.