# HG changeset patch # User Oleksandr Gavenko # Date 1518212383 -7200 # Node ID b45b160b9f025e9f79a4236b228b8055b9017e7d # Parent c50753af1f095a38f93ecb59327e434babb7625a Fix copy/paste problem with RDP. diff -r c50753af1f09 -r b45b160b9f02 clipboard.rst --- a/clipboard.rst Fri Feb 09 23:08:13 2018 +0200 +++ b/clipboard.rst Fri Feb 09 23:39:43 2018 +0200 @@ -9,6 +9,8 @@ MS Windows ========== +To fix copy/paste problem with RDP launch or restart ``rdpclip.exe``. + X Windows ========= @@ -18,12 +20,12 @@ The messages used to transfer the selections have a maximum size that's actually quite low (a few kilobytes). -See +See: - http://standards.freedesktop.org/clipboards-spec/clipboards-latest.txt - http://www.jwz.org/doc/x-cut-and-paste.html - http://en.wikipedia.org/wiki/X_Window_selection - http://www.emacswiki.org/cgi-bin/wiki/CopyAndPaste +* http://standards.freedesktop.org/clipboards-spec/clipboards-latest.txt +* http://www.jwz.org/doc/x-cut-and-paste.html +* http://en.wikipedia.org/wiki/X_Window_selection +* http://www.emacswiki.org/cgi-bin/wiki/CopyAndPaste xclipboard ==========