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/08/24 23:33]
peternlewis 8 negative sign
manual:Search_Strings [2018/06/16 01:21]
peternlewis typos
Line 24: 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 used 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"​). 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