NAME
xclipboard - X clipboard client
SYNOPSIS
xclipboard [ -toolkitoption ... ] [ -w ] [ -nw ]
DESCRIPTION
The xclipboard program is used to collect and display text selections that are sent to the CLIPBOARD by other clients. It is typically used to save CLIPBOARD selections for later use. It stores each CLIPBOARD selection as a separate string, each of which can be selected. Each time CLIPBOARD is asserted by another application, xclipboard transfers the contents of that selection to a new buffer and displays it in the text window. Buffers are never automatically deleted, so you'll want to use the delete button to get rid of useless items. Since xclipboard uses a Text Widget to display the contents of the clipboard, text sent to the CLIPBOARD may be re-selected for use in other applications. xclipboard also responds to requests for the CLIPBOARD selection from other clients by sending the entire contents of the currently displayed buffer. An xclipboard window has the following buttons across the top: quit When this button is pressed, xclipboard exits. delete When this button is pressed, the current buffer is deleted and the next one displayed. new Creates a new buffer with no contents. Useful in constructing a new CLIPBOARD selection by hand. save Displays a File Save dialog box. Pressing the Accept button saves the currently displayed buffer to the file specified in the text field. next Displays the next buffer in the list. previous Displays the previous buffer.
OPTIONS
The xclipboard program accepts all of the standard X Toolkit command line options as well as the following: -w This option indicates that lines of text that are too long to be displayed on one line in the clipboard should wrap around to the following lines. -nw This option indicates that long lines of text should not wrap around. This is the default behavior.
WIDGETS
In order to specify resources, it is useful to know the hierarchy of the widgets which compose xclipboard. In the notation below, indentation indicates hierarchical structure. The widget class name is given first, followed by the widget instance name. XClipboard xclipboard Form form Command Quit Command delete Command new Command Save Command next Command prev Label index Text text TransientShell fileDialogShell Dialog fileDialog Label label Command accept Command cancel Text value TransientShell failDialogShell Dialog failDialog Label label Command continue
SENDING/RETRIEVING CLIPBOARD CONTENTS
Text is copied to the clipboard whenever a client asserts ownership of the CLIPBOARD selection. Text is copied from the clipboard whenever a client requests the contents of the CLIPBOARD selection. Examples of event bindings that a user may wish to include in a resource configuration file to use the clipboard are: *VT100.Translations: #override \ <Btn3Up>: select-end(CLIPBOARD) \n\ <Btn2Up>: insert-selection(PRIMARY,CLIPBOARD) \n\ <Btn2Down>: ignore ()
SEE ALSO
X(7), xcutsel(1), xterm(1), individual client documentation for how to make a selection and send it to the CLIPBOARD.
ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property.
FILES
/etc/X11/app-defaults/XClipboard specifies required resources
AUTHOR
Ralph R. Swick, DEC/MIT Project Athena Chris D. Peterson, MIT X Consortium Keith Packard, MIT X Consortium
More Linux Commands
manpages/latin3.7.html
latin3(7) - ISO 8859-3 character set encoded in octal, decim
The ISO 8859 standard includes several 8-bit extensions to the ASCII character set (also known as ISO 646-IRV). ISO 8859-3 encodes the characters used in Southe
manpages/gnutls_rsa_params_init.3.html
gnutls_rsa_params_init(3) - API function - Linux man page...
This function will initialize the temporary RSA parameters structure. RETURNS GNUTLS_E_SUCCESS on success, or an negative error code. REPORTING BUGS Report bugs
manpages/rcs-checkin.1.html
rcs-checkin(1) - check files into RCS - Linux manual page...
rcs-checkin is a helper script for checking files into RCS. This program is distributed with GNU Emacs. This program converts files with an old Emacs-style vers
manpages/git-unpack-objects.1.html
git-unpack-objects(1) - Unpack objects from a packed archive
Read a packed archive (.pack) from the standard input, expanding the objects contained within and writing them into the repository in loose (one object per file
manpages/sqlsharp.1.html
sqlsharp(1) - Mono SQL Query command-line tool (Man Page)...
sqlsharp is a Mono SQL tool used for entering SQL queries to a database using Mono data providers. OPTIONS The following options are supported: -f filename Outp
manpages/gethostid.2.html
gethostid(2) - get or set the unique identifier of the curre
gethostid() and sethostid() respectively get or set a unique 32-bit identifier for the current machine. The 32-bit identifier is intended to be unique among all
manpages/sane-plustek.5.html
sane-plustek(5) - SANE backend for LM983[1/2/3] based USB fl
The sane-plustek library implements a SANE (Scanner Access Now Easy) backend that provides access to USB flatbed scanners based on National Semiconductor Merlin
manpages/XML::DOM::Node.3pm.html
XML::DOM::Node(3pm) - Super class of all nodes in XML::DOM
XML::DOM::Node is the super class of all nodes in an XML::DOM document. This means that all nodes that subclass XML::DOM::Node also inherit all the methods that
manpages/Tcl_DStringAppend.3.html
Tcl_DStringAppend(3) - manipulate dynamic strings (ManPage)
Dynamic strings provide a mechanism for building up arbitrarily long strings by gradually appending information. If the dynamic string is short then there will
manpages/subpage_prot.2.html
subpage_prot(2) - define a subpage protection for an address
The PowerPC-specific subpage_prot() system call provides the facility to control the access permissions on individual 4kB subpages on systems configured with a
manpages/stdio.3.html
stdio(3) - standard input/output library functions (ManPage)
The standard I/O library provides a simple and efficient buffered stream I/O interface. Input and output is mapped into logical data streams and the physical I/
manpages/vgreduce.8.html
vgreduce(8) - reduce a volume group - Linux manual page.....
vgreduce allows you to remove one or more unused physical volumes from a volume group. OPTIONS See lvm(8) for common options. -a, --all Removes all empty physic
