fluid.clipboard_chain

Basic implementation of clipboard I/O without communicating with the system. Exchanges clipboard data only between nodes with access, and does not transfer them to other apps.

Members

Aliases

clipboardChain
alias clipboardChain = nodeBuilder!ClipboardChain
Undocumented in source.

Classes

ClipboardChain
class ClipboardChain

Local clipboard provider. Makes it possible to copy and paste text between nodes in the same branch.

Meta