Add docs for clipboard redirection

This commit is contained in:
Henrik Andersson 2017-07-07 09:53:45 +02:00
parent bba4cd2cf0
commit 82d99335a3

View File

@ -231,6 +231,10 @@ Linux/Unix enviroment, <Alias Name> - device name shown in Windows enviroment
<Vendor Name> - optional device vendor name. For list of examples run <Vendor Name> - optional device vendor name. For list of examples run
rdesktop without parameters. rdesktop without parameters.
.TP .TP
.BR "-r clipboard:[off|PRIMARYCLIPBOARD|CLIPBOARD]"
Enable clipboard redirectino. 'PRIMARYCLIPBOARD' looks at both PRIMARY and
CLIPBOARD when sending data to server. 'CLIPBOARD' looks at only 'CLIPBOARD'.
.TP
.BR "-0" .BR "-0"
Attach to the console of the server (requires Windows Server 2003 Attach to the console of the server (requires Windows Server 2003
or newer). or newer).