Module clipboard

Source
Expand description

Access the clipboard.

Enums§

Action
A clipboard action to be performed by some Task.

Functions§

read
Read the current contents of the clipboard.
read_primary
Read the current contents of the primary clipboard.
write
Write the given contents to the clipboard.
write_primary
Write the given contents to the primary clipboard.