clipboard.rst
changeset 2224 b45b160b9f02
parent 1912 8b81a8f0f692
equal deleted inserted replaced
2223:c50753af1f09 2224:b45b160b9f02
     7    :local:
     7    :local:
     8 
     8 
     9 MS Windows
     9 MS Windows
    10 ==========
    10 ==========
    11 
    11 
       
    12 To fix copy/paste problem with RDP launch or restart ``rdpclip.exe``.
       
    13 
    12 X Windows
    14 X Windows
    13 =========
    15 =========
    14 
    16 
    15 X11 selection transfers (which both PRIMARY and CLIPBOARD are instances of)
    17 X11 selection transfers (which both PRIMARY and CLIPBOARD are instances of)
    16 are done through synthesized X11 events and properties changes.
    18 are done through synthesized X11 events and properties changes.
    17 
    19 
    18 The messages used to transfer the selections have a maximum size that's
    20 The messages used to transfer the selections have a maximum size that's
    19 actually quite low (a few kilobytes).
    21 actually quite low (a few kilobytes).
    20 
    22 
    21 See
    23 See:
    22 
    24 
    23   http://standards.freedesktop.org/clipboards-spec/clipboards-latest.txt
    25 * http://standards.freedesktop.org/clipboards-spec/clipboards-latest.txt
    24   http://www.jwz.org/doc/x-cut-and-paste.html
    26 * http://www.jwz.org/doc/x-cut-and-paste.html
    25   http://en.wikipedia.org/wiki/X_Window_selection
    27 * http://en.wikipedia.org/wiki/X_Window_selection
    26   http://www.emacswiki.org/cgi-bin/wiki/CopyAndPaste
    28 * http://www.emacswiki.org/cgi-bin/wiki/CopyAndPaste
    27 
    29 
    28 xclipboard
    30 xclipboard
    29 ==========
    31 ==========
    30 
    32 
    31 The xclipboard command emulates the traditional Macintosh style clipboard by
    33 The xclipboard command emulates the traditional Macintosh style clipboard by