Expand description
Access the clipboard.
Enums§
Functions§
- read
 - Read the current contents of the clipboard.
 - read_
data  - Read the current contents of the clipboard.
 - read_
primary  - Read the current contents of the primary clipboard.
 - read_
primary_ data  - Read from the primary clipboard
 - write
 - Write the given contents to the clipboard.
 - write_
data  - Write the given contents to the clipboard.
 - write_
primary  - Write the given contents to the primary clipboard.
 - write_
primary_ data  - Write the given contents to the clipboard.