Show / Hide Table of Contents

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 new("Window1"), new("Window2").

Returns
TriggerScope

Returns an object that can be later passed to TriggerScopes.Again to reuse this scope.