Clipboard
2 posts tagged with "Clipboard"
.paste-background
The .paste-background action full screen input to capture a pasted background image. It belongs to the clipboard category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
IMAGE
value that can be stored in a variable:
$result = .paste-background
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.paste-background
Action code: 1119191796
Version: 0.6.4
Last updated: 2025-06-13
+paste-image
function
The +paste-image action pastes an image into the clipboard. It belongs to the clipboard category within the system area.
Action Syntax
+paste-image E
A value
Return Value
This function returns a
IMAGE
value that can be stored in a variable:
$result = +paste-image
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$image = +paste-image *target
Action code: 4010067774
Version: 0.6.4-0
Last updated: 2025-06-13