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
Each kind of requirement can be listed several times. Entries of the same kind of requirement are OR‘d together, and of different kinds are AND‘d.
The 'same kind' language is ambiguous. Here's some alternate language (from aegis) which could be used instead:
talon ORs between the same key, because it needs to (you can't generally match app: slack and app: safari at the same time for example)
talon ANDs between different keys, because it needs to (app: slack, title: /talon/)
In this section - https://talon.wiki/unofficial_talon_docs/#context-header - we have the following text:
The 'same kind' language is ambiguous. Here's some alternate language (from aegis) which could be used instead:
See https://talonvoice.slack.com/archives/C9MHQ4AGP/p1623385104250700 .
The text was updated successfully, but these errors were encountered: