euporie.core.clipboard
Module concerning clipboard access and manipulation.
Functions
|
Get the current active (running) Application. |
Classes
Abstract baseclass for clipboards. |
|
|
Text on the clipboard. |
|
Default clipboard implementation. |
Clipboard that syncs with the system clipboard using OSC52 escape codes. |
|
alias of |
|
Pyperclip clipboard which suppresses pyperclip exceptions. |
|
|
Type of selection. |
- class euporie.core.clipboard.Osc52Clipboard
Bases:
ClipboardClipboard that syncs with the system clipboard using OSC52 escape codes.
- get_data() ClipboardData
Retrieve clipboard data.
- set_data(data: ClipboardData) None
Set clipboard data.
- class euporie.core.clipboard.PyperclipClipboard
Bases:
PyperclipClipboardPyperclip clipboard which suppresses pyperclip exceptions.
- get_data() ClipboardData
Return clipboard data.
- set_data(data: ClipboardData) None
Set the clipboard data, ignoring any clipboard errors.