mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-28 13:42:06 +02: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
|
.TP
|
||||||
.B \-SendPrimary
|
.B \-SendPrimary
|
||||||
Send the primary selection and cut buffer to the server as well as the
|
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
|
.TP
|
||||||
.B \-AcceptPointerEvents
|
.B \-AcceptPointerEvents
|
||||||
|
@ -107,7 +107,7 @@ rfb::BoolParameter setPrimary("SetPrimary", "Set the PRIMARY as well "
|
|||||||
"as the CLIPBOARD selection", true);
|
"as the CLIPBOARD selection", true);
|
||||||
rfb::BoolParameter sendPrimary("SendPrimary",
|
rfb::BoolParameter sendPrimary("SendPrimary",
|
||||||
"Send the PRIMARY as well as the CLIPBOARD selection",
|
"Send the PRIMARY as well as the CLIPBOARD selection",
|
||||||
true);
|
false);
|
||||||
|
|
||||||
static PixelFormat vncGetPixelFormat(int scrIdx)
|
static PixelFormat vncGetPixelFormat(int scrIdx)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user