Contents Previous Next

4.2.12 Clipboard

The clipboard is a space in memory that is centrally managed by the system so every application may access it. It is primarily used for the fast and uncomplicated exchange of data between different applications.

Brush: Cut
Copies the currently selected brush into clipboard and deletes it afterwards.

Brush: Copy
Copies the currently selected brush into clipboard.

Brush: Paste
Copies a possibly existant image from the clipboard into a new brush.

Image: Copy
Copies the current picture/project into the clipboard.

Image: Paste
Copies a possibly existant image from the clipboard into a new project.


Contents Previous Next