Method TriggerScopes.NotWindows
Overload
Sets scope "not these windows". Hotkey, autotext and mouse triggers added afterwards will not work when one of the specified windows is active.
public TriggerScope NotWindows(params wndFinder[] any)
Parameters
any (wndFinder[])
Specifies windows, like |
Returns
TriggerScope
Returns an object that can be later passed to TriggerScopes.Again to reuse this scope. |