[client,man] improve manpages (see #11357)

This commit is contained in:
akallabeth
2025-06-16 10:54:57 +02:00
parent 9b21bc8fc2
commit ded07fa31e
3 changed files with 11 additions and 3 deletions

View File

@@ -94,7 +94,11 @@ A string as defined at
.RS 4
.PP
.RS 4
Toggles keyboard and mouse grab state\&.
Toggles keyboard and mouse grab state.
.br
If keyboard is grabbed the local system shortcuts do no longer work and are sent to the remote system.
.br
If the Mouse is grabbed (optional) local gesture detection does not work and the mouse might not be able to leave the RDP window. Mouse events are not altered.\&.
.br
Default

View File

@@ -2,7 +2,11 @@
.PP
<Right CTRL>
.RS 4
releases keyboard and mouse grab
releases keyboard and mouse grab.
.br
If keyboard is grabbed the local system shortcuts do no longer work and are sent to the remote system.
.br
If the Mouse is grabbed (optional) local gesture detection does not work and the mouse might not be able to leave the RDP window. Mouse events are not altered.
.RE
.PP
<CTRL>+<ALT>+<Return>

View File

@@ -330,7 +330,7 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = {
{ "monitors", COMMAND_LINE_VALUE_REQUIRED, "<id>[,<id>[,...]]", NULL, NULL, -1, NULL,
"Select monitors to use (only effective in fullscreen or multimonitor mode)" },
{ "mouse-motion", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
"Send mouse motion" },
"Send mouse motion events" },
{ "mouse-relative", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
"Send mouse motion with relative addressing" },
{ "mouse", COMMAND_LINE_VALUE_REQUIRED, "[relative:[on|off],grab:[on|off]]", NULL, NULL, -1,