diff options
author | Grigorios Bouzakis <grbzks@imap.cc> | 2011-12-10 16:09:44 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-10 16:09:44 -0200 |
commit | ba539b5717e103bd8176675fdd402c067872089c (patch) | |
tree | 2488cfc7034dfe719ddd4c7794e12b07f94f6c25 /system/autocutsel/autocutsel.1 | |
parent | 7fce9c810cdb998bea546cb0d996d18763c936ed (diff) | |
download | slackbuilds-ba539b5717e103bd8176675fdd402c067872089c.tar.gz |
system/autocutsel: Added (sync X clipboard with the cutbuffer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/autocutsel/autocutsel.1')
-rw-r--r-- | system/autocutsel/autocutsel.1 | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/system/autocutsel/autocutsel.1 b/system/autocutsel/autocutsel.1 new file mode 100644 index 0000000000..9d7fbc2901 --- /dev/null +++ b/system/autocutsel/autocutsel.1 @@ -0,0 +1,106 @@ +.TH "AUTOCUTSEL" "1" "5 December 2007" "autocutsel 0.9.0" +.SH "NAME" +autocutsel \- keep the X clipboard and the cutbuffer in sync +.SH "SYNOPSIS" +.HA +.na +.B autocutsel +.RB [ \-selection +.IR selection_name ] +.RB [ \-cutbuffer +.IR number ] +.RB [ \-debug ] +.RB [ \-verbose ] +.RB [ \-fork ] +.RB [ \-pause +.IR milliseconds ] +.RB [ \-buttonup ] + +.LP +.SH "DESCRIPTION" +.PP +This manual page documents briefly the +.B autocutsel +command. +.PP +This manual page was written for the +.B Debian +distribution because the original +program does not have a manual page. +.PP +.B autocutsel +tracks changes in the server's +cutbuffer and clipboard selection. +When the clipboard is changed, +it updates the cutbuffer. +When the cutbuffer is changed, +it owns the clipboard selection. +The cutbuffer and clipboard +selection are always synchronized. +Since the VNC client synchronizes +the Windows' clipboard and the +server's cutbuffer, +all three "clipboards" are +always kept synchronized. +When you copy some text in Windows, +the cutbuffer and the clipboard +selection are updated. +When you copy text on the server +using either the cutbuffer or +the clipboard selection, +the Windows's clipboard is always +updated. + +.SH "OPTIONS" +.TP +.B -selection, -select, -sel, -s {CLIPBOARD|PRIMARY} +Specify which selection to use. +Default is CLIPBOARD. + +.TP +.B -cutbuffer <number> +(Details of this parameter unknown.) + +.TP +.B -debug, -d +Run with debugging mode. + +.TP +.B -verbose, -v +Be more verbose. +Reports the version and announces synchronizations. + +.TP +.B -fork, -f +Run as a daemon program in the background. +This is recommended when used from an X startup script. + +.TP +.B -pause, -p <milliseconds> +Wait some milliseconds before owning the selection. + +.TP +.B -buttonup +Get the selection only when the +button 1 is not pressed. +This may help with OpenOffice Writer. + +.SH "AUTHOR" +.PP +This manual page was written by +Elmar S. Heeb <elmar@heebs.ch> for the +.B Debian +system (but may be used by others). +Permission is granted to copy, +distribute and/or modify this +document under the terms of the +GNU General Public License, +Version 2 any later version published +by the Free Software Foundation. + +.PP +On Debian systems, +the complete text of the +GNU General Public License +can be found in +/usr/share/common-licenses/GPL. |