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
Next revision Both sides next revision
condition:Clipboard [2016/06/21 23:22]
peternlewis
condition:Clipboard [2017/09/06 00:13]
peternlewis
Line 1: Line 1:
-The //Clipboard condition// looks at the current system clipboard and determines if it:+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:
  
-currently ​contains text of some sort. +* contains text of some sort. 
-currently ​does not contain text. +* does not contain text. 
-currently ​contains an image of some sort. +* contains an image of some sort. 
-currently ​does not contain an image. +* does not contain an image. 
-currently ​has text that exactly matches a specified string. +* has text that exactly matches a specified string. 
-currently ​does not have text that exactly matches a specified string. +* does not have text that exactly matches a specified string. 
-currently ​has text that is alphabetically before ​a specified string. +* has text that contains (case insensitively) ​a specified string. 
-currently has text that is alphabetically after a specified string. +does not have text that contains (case insensitively) ​a specified string. 
-currently ​has text that contains ​(case insensitively) a specified string. +* has text that starts with (case insensitively) a specified string. ​(v8+) 
-currently does not have text that contains ​(case insensitively) a specified string. +has text that ends with (case insensitively) a specified string. ​(v8+) 
-currently ​has text that matches a specified regular expression. +* has text that is alphabetically before a specified string. (v7.2+) 
-currently ​does not have text that matches a specified regular expression. +* has text that is alphabetically after a specified string. (v7.2+) 
-currently ​has some flavor that conforms to the specified [Uniform Type Identifier](https://​en.wikipedia.org/​wiki/​Uniform_Type_Identifier). +* has text that matches a specified regular expression. 
-currently ​does not have a flavor that conforms to the specified Uniform Type Identifier.+* does not have text that matches a specified regular expression. 
 +has text that is numerically less than a specified calculation. (v8+) 
 +* has text that is numerically less than or equal to a specified calculation. (v8+) 
 +* has text that is numerically equal to a specified calculation. (v8+) 
 +* has text that is numerically greater than or equal to a specified calculation. (v8+) 
 +* has text that is numerically greater than a specified calculation. (v8+) 
 +* has text that is numerically not equal to a specified calculation. (v8+) 
 +has some flavor that conforms to the specified [Uniform Type Identifier](https://​en.wikipedia.org/​wiki/​Uniform_Type_Identifier). 
 +* does not have a flavor that conforms to the specified Uniform Type Identifier.
  
 ===== See Also ===== ===== See Also =====
- 
----- 
  
 === Actions === === Actions ===
  
 * [[action:If Then Else|If Then Else]] * [[action:If Then Else|If Then Else]]
-* [[action:Pause|Pause Until Conditions Met]]+* [[action:Pause_Until|Pause Until Conditions Met]]
 * [[action:​Until|Execute Action Until Conditions Met]] * [[action:​Until|Execute Action Until Conditions Met]]
 * [[:​Actions|See all Actions]] * [[:​Actions|See all Actions]]
Line 30: Line 36:
  
 * [[:​Conditions|See all Conditions]] * [[:​Conditions|See all Conditions]]
- 
----- 
- 
- 
condition/Clipboard.txt · Last modified: 2019/07/15 00:03 by peternlewis