You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Talon doesn't directly support or for context matching, so if you want a context to match something like tag: foo OR win.title: bar but not both, you have to do something like:
tag: foo
and not win.title: bar
win.title: bar
and not tag: foo
If you want it to match on one or the other, or both, then you have to do like:
tag: foo
and not win.title: bar
win.title: bar
and not tag: foo
tag: foo
win.title: bar
Pretty sure this isn't documented anywhere except in the 3 month slack hole.
The text was updated successfully, but these errors were encountered:
Talon doesn't directly support or for context matching, so if you want a context to match something like
tag: foo
ORwin.title: bar
but not both, you have to do something like:If you want it to match on one or the other, or both, then you have to do like:
Pretty sure this isn't documented anywhere except in the 3 month slack hole.
The text was updated successfully, but these errors were encountered: