User Tools

Site Tools


condition:Clipboard

**This is an old revision of the document!**

The Clipboard condition looks at the current system clipboard, or in v8+, the Trigger Clipboard or a Named Clipboard, and determines if it currently:

  • contains text of some sort.
  • does not contain text.
  • contains an image of some sort.
  • does not contain an image.
  • has text that exactly matches a specified string.
  • does not have text that exactly matches a specified string.
  • has text that contains (case insensitively) a specified string.
  • does not have text that contains (case insensitively) a specified string.
  • has text that starts with (case insensitively) a specified string. (v8+)
  • has text that ends with (case insensitively) a specified string. (v8+)
  • has text that is alphabetically before a specified string. (v7.2+)
  • has text that is alphabetically after a specified string. (v7.2+)
  • has text that matches a specified regular expression.
  • 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.
  • does not have a flavor that conforms to the specified Uniform Type Identifier.

See Also

Actions

Conditions

condition/Clipboard.1504670147.txt.gz · Last modified: 2017/09/05 23:55 by peternlewis