User Tools

Site Tools


condition:Clipboard

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
condition:Clipboard [2018/08/05 22:51]
peternlewis [Comparison Criteria]
condition:Clipboard [2019/07/15 00:03]
peternlewis
Line 1: Line 1:
-{{:​clipboards-sm-icon.png?​nolink|}} 
- 
 ====== Clipboard Condition ====== ====== Clipboard Condition ======
- 
  
 The //Clipboard condition// looks at the current system clipboard, or in v8+, the [[:​Clipboards#​Trigger_Clipboard|Trigger Clipboard]] or a [[:​Clipboards#​Named_Clipboards|Named Clipboard]],​ and determines if it currently meets any one of several criteria. The //Clipboard condition// looks at the current system clipboard, or in v8+, the [[:​Clipboards#​Trigger_Clipboard|Trigger Clipboard]] or a [[:​Clipboards#​Named_Clipboards|Named Clipboard]],​ and determines if it currently meets any one of several criteria.
Line 34: Line 31:
 ^ does not match | does not have text that matches a specified regular expression. | ^ does not match | does not have text that matches a specified regular expression. |
 ^ is < | has text that is numerically less than a specified calculation. (v8+) | ^ is < | has text that is numerically less than a specified calculation. (v8+) |
-^ is ≤ | has text that is numerically less than or equal to a specified calculation. (v8+) |+^ is `<​=` ​| has text that is numerically less than or equal to a specified calculation. (v8+) |
 ^ is = | has text that is numerically equal to a specified calculation. (v8+) | ^ is = | has text that is numerically equal to a specified calculation. (v8+) |
-^ is ≥ | has text that is numerically greater than or equal to a specified calculation. (v8+) |+^ is `>​=` ​| has text that is numerically greater than or equal to a specified calculation. (v8+) |
 ^ is > | has text that is numerically greater than a specified calculation. (v8+) | ^ is > | has text that is numerically greater than a specified calculation. (v8+) |
 ^ is != | has text that is numerically not equal to a specified calculation. (v8+) | ^ is != | has text that is numerically not equal to a specified calculation. (v8+) |
condition/Clipboard.txt · Last modified: 2019/07/15 00:03 by peternlewis