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 [2018/05/04 00:11]
peternlewis Added created:, modified:, used:
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 23: Line 24:
 | hotkey: | h: | Match any macro with specified HotKey\\ Match any macro with any HotKey if no HotKey is specified.\\ Modifier Keys must be one of these: `⌃⌥⇧⌘` | `h:​⌘⌃C`\\ (CMD CTRL C)\\  \\ `h:​`\\ ​ (Matches any HotKey) | | hotkey: | h: | Match any macro with specified HotKey\\ Match any macro with any HotKey if no HotKey is specified.\\ Modifier Keys must be one of these: `⌃⌥⇧⌘` | `h:​⌘⌃C`\\ (CMD CTRL C)\\  \\ `h:​`\\ ​ (Matches any HotKey) |
 | 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` |
 +| created: | cre: | Match any macro that was created less that the specified time ago (v8.2.1+) | `cre:1w` |
 +| modified: | mod: | Match any macro that was modified less that the specified time ago (v8.2.1+) | `mod:1d` |
 +| used: | use: | Match any macro that was created less that the specified time ago (v8.2.1+) | `use:1m` |
 +
 +For the created:, modified:, used:, the parameter is a number followed by a letter (s for seconds, m for minutes, h for hours, d for days, or w for weeks).
  
 +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