manual:Search_Strings
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manual:Search_Strings [2021/12/07 05:46] – peternlewis | manual:Search_Strings [2025/01/22 03:51] (current) – typo peternlewis | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| Search Strings are filters which, in addition to the text you type, can include qualifiers that may be applied to searches for Macros and Actions in: | Search Strings are filters which, in addition to the text you type, can include qualifiers that may be applied to searches for Macros and Actions in: | ||
| - | - [[Windows# | + | - The [[Windows# |
| - | - [[Windows# | + | - A Smart Group. |
| - | - [[action: | + | - A [[action: |
| Keyboard Maestro will search for the text you type, and all of the below qualifiers that you specify, for matches in your list of macros. | Keyboard Maestro will search for the text you type, and all of the below qualifiers that you specify, for matches in your list of macros. | ||
| - | Note that the [[action: | + | In the editor, matching actions and triggers will be highlighted with blue stripes: |
| + | |||
| + | {{ search-matched-action.png? | ||
| + | |||
| + | Note that the [[action: | ||
| **Search Qualifiers: | **Search Qualifiers: | ||
| Line 15: | Line 19: | ||
| ^ 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 | `all:`\\ (Otherwise the empty search string matches nothing) | |
| - | | group: | gr: | Match any macro within the named macro group\\ | + | | word: | w: | Match that must be at a word boundary \\ (Use quotes if Word contains spaces) | `word:amp` \\ (Matches “Turn on amp” and not “example”) | |
| - | | global: | gl: | Match any macro within any macro group that is globally active | `gl:`\\ (aka universal:) | | + | | group: | gr: | Match any macro within the named macro group\\ |
| - | | application | ap: | Match any macro that is specific to (or excluded from) the specified application | `ap:Finder` | | + | | name: | n: | Match any macro that has a name matching the specified string | `n:PDF` | |
| + | | global: | gl: | Match any macro within any macro group that is globally active | `global:`\\ (aka universal:) | | ||
| + | | application | app: | Match any macro that is specific to (or excluded from) the specified application | `app:Finder` | | ||
| | enabled: | e: | Match any macro that is enabled | `e:`\\ (not necessarily active) | | | enabled: | e: | Match any macro that is enabled | `e:`\\ (not necessarily active) | | ||
| - | | disabled: | d: | Match any macro that is disabled | + | | deprecated: | dep: | Match anything |
| - | | trigger: | t: | Match any macro that has a trigger matching the specified string | `t:;sig`\\ (Typed String of ";sig") | | + | | trigger: | t: | Match any macro that has a trigger matching the specified string | `t:=sig=`\\ (Typed String of “=sig=”) | |
| + | | action: | act: | Match an action with the specified action ID | `action: | ||
| | 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: | | 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: | ||
| - | | 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 | `cre:1w` | | | created: | cre: | Match any macro that was created less that the specified time ago | `cre:1w` | | ||
| | modified: | mod: | Match any macro that was modified less that the specified time ago | `mod:1d` | | | modified: | mod: | Match any macro that was modified less that the specified time ago | `mod:1d` | | ||
manual/Search_Strings.1638856017.txt.gz · Last modified: by peternlewis
