User Tools

Site Tools


manual:Search_Strings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
manual:Search_Strings [2017/01/06 18:41]
JMichaelTX ADD Modifier Characters; Cleanup Example column
manual:Search_Strings [2017/08/24 23:33]
peternlewis 8 negative sign
Line 10: Line 10:
 Note that the [[action:​Trigger_Macro_by_Name|Trigger Macro by Name Action]] only searches among active macros. Note that the [[action:​Trigger_Macro_by_Name|Trigger Macro by Name Action]] only searches among active macros.
  
-**Search Qualifiers:​**\\+**Search Qualifiers:​** 
 The qualifier can generally be shorted to its shortest unique name, as shown in the _Short Form_ column. The qualifier can generally be shorted to its shortest unique name, as shown in the _Short Form_ column.
  
 ^ Qualifier ^ Short form ^ Definition ^ Example ^ ^ Qualifier ^ Short form ^ Definition ^ Example ^
 | all: | al: | Match everything | `al:`\\ (Otherwise the empty search string matches nothing) | | all: | al: | Match everything | `al:`\\ (Otherwise the empty search string matches nothing) |
-| group: | gr: | Match any macro within the named macro group | `gr:"Browsers"` |+| group: | gr: | Match any macro within the named macro group\\  (Use quotes if Name contains spaces) ​| `gr:"Forum Examples"` |
 | global: | gl: | Match any macro within any macro group that is globally active | `gl:​`\\ ​ (aka universal:) | | global: | gl: | Match any macro within any macro group that is globally active | `gl:​`\\ ​ (aka universal:) |
 | application | ap: | Match any macro that is specific to (or excluded from) the specified application | `ap:Finder` | | application | ap: | Match any macro that is specific to (or excluded from) the specified application | `ap:Finder` |
Line 24: Line 25:
 | name: | n: | Match any macro that has a name matching the specified string | `n:PDF` | | name: | n: | Match any macro that has a name matching the specified string | `n:PDF` |
  
 +You can use a negative sign (-) to negate any match (for example, "​-name:​PDF"​).
manual/Search_Strings.txt · Last modified: 2023/10/04 04:08 by peternlewis