xclipboard(1) X Version 11 (23 October 1988) xclipboard(1)
NAME
xclipboard - X clipboard client
SYNOPSIS
xclipboard [ -options ...]
DESCRIPTION
The xclipboard program collects and displays text selections
that other clients send to the CLIPBOARD. It is typically
used to gather together and hold blocks of text that have
been selected from different places.
Since xclipboard uses a Text Widget to display the contents
of the clipboard, text sent to the CLIPBOARD can be
reselected to use in other applications.
The xclipboard window has the following two buttons across
the top:
quit When you press this button, xclipboard exits.
erase
When you press this button, the contents of the text
window are erased. Note: This button is not
implemented yet.
OPTIONS
The xclipboard program accepts all of the standard X Toolkit
command-line options as well as the following:
-w Specifies that text lines that are too long for the
clipboard display should wrap around to the following
lines.
-nw Indicates that long lines of text should not wrap
around.
SENDING TO THE CLIPBOARD
Text is copied to the clipboard whenever a client asserts
ownership of the CLIPBOARD selection. You can use any of the
following event bindings in your resource configuration
file:
*VT100.Translations: #override \
Button1 <Btn2Down>: select-end(CLIPBOARD) \n\
Button1 <Btn2Up>: ignore()
*Text.Translations: #override \
Button1 <Btn2Down>: extend-end(CLIPBOARD)
*VT10.Translations: #override \n\
~Meta <Btn2Up>: insert-selection(CLIPBOARD) \n\
~Meta <BtnUp>: select-end(CLIPBOARD)
*Text.Translations: #override \n\
Button1 <Btn2Down>: extend-end(CLIPBOARD)
X DEFAULTS
This program accepts all of the standard X Toolkit resource
Page 1 (printed 12/8/89)
xclipboard(1) X Version 11 (23 October 1988) xclipboard(1)
names and classes as well as the following:
wordWrap (class WordWrap)
Specifies whether or not lines of text should wrap
around to the following lines. The default is no.
FILES
/usr/lib/X11/app-defaults/XClipboard - specifies required
resources
SEE ALSO
X(1)
xcutsel(1)
xterm(1)
Individual client documentation for making a selection and
sending it to the CLIPBOARD.
COPYRIGHT
Copyright 1988, Massachusetts Institute of Technology
See X(1) for a full statement of rights and permissions.
AUTHOR
Ralph R. Swick, DEC/MIT Project Athena.
Page 2 (printed 12/8/89)
xclipboard(1) X Version 11 (23 October 1988) xclipboard(1)
Page 3 (printed 12/8/89)