aeidon.agents.ClipboardAgent

Source: aeidon/agents/clipboard.py

Anchestors: aeidon.delegate.Delegate, builtins.object

class aeidon.agents.ClipboardAgent
Storing text to the clipboard and pasting from it.

Methods

ClipboardAgent.copy_texts(indices, doc)

Copy texts to the clipboard.

ClipboardAgent.cut_texts(indices, doc, register=-1)

Cut texts to the clipboard.

ClipboardAgent.paste_texts(index, doc, register=-1)

Paste texts from the clipboard and return pasted indices.