bboozzoo / mconnect

mconnect - KDE Connect protocol implementation in Vala/C
GNU General Public License v2.0
273 stars 27 forks source link

clipboard: Add incoming clipboard support #49

Closed jameswestman closed 4 years ago

jameswestman commented 4 years ago

Add support for incoming kdeconnect.clipboard messages. When you copy text on a paired device, it will be pasted to the clipboard on the local device.

Note that this is separate from the text sharing feature. Most notably, I've decided not to display a notification when the clipboard is synced, since that could get annoying.

jameswestman commented 4 years ago

Whoops, I didn't notice there was already an open PR for this. I'll go ahead and close.