kdeconnect-kde/plugins/clipboard
l10n daemon script 40e7cab454 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2023-04-27 01:43:28 +00:00
..
clipboard_config.cpp
clipboard_config.h
clipboard_config.ui
clipboardlistener.cpp
clipboardlistener.h
clipboardplugin.cpp
clipboardplugin.h
CMakeLists.txt
kdeconnect_clipboard.json SVN_SILENT made messages (.desktop file) - always resolve ours 2023-04-27 01:43:28 +00:00
kdeconnect_clipboard_config.qml
README

When the clipboard changes, it sends a package with type kdeconnect.clipboard
and the field "content" (string) containing the new clipboard content.

When it receivest a package of the same kind, it should update the system
clipboard with the received content, so the clipboard in both devices always
have the same content.

This plugin is symmetric to its counterpart in the other device: both have the
same behaviour.