mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 23:53:24 +01:00
Default sendprimary to off (#73)
Co-authored-by: Lauri Kasanen <cand@gmx.com>
This commit is contained in:
parent
a9434a300d
commit
dd276e5e87
@ -137,7 +137,7 @@ Send clipboard changes to clients. Default is on.
|
||||
.TP
|
||||
.B \-SendPrimary
|
||||
Send the primary selection and cut buffer to the server as well as the
|
||||
clipboard selection. Default is on.
|
||||
clipboard selection. Default is off.
|
||||
.
|
||||
.TP
|
||||
.B \-AcceptPointerEvents
|
||||
|
@ -107,7 +107,7 @@ rfb::BoolParameter setPrimary("SetPrimary", "Set the PRIMARY as well "
|
||||
"as the CLIPBOARD selection", true);
|
||||
rfb::BoolParameter sendPrimary("SendPrimary",
|
||||
"Send the PRIMARY as well as the CLIPBOARD selection",
|
||||
true);
|
||||
false);
|
||||
|
||||
static PixelFormat vncGetPixelFormat(int scrIdx)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user