mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[client,man] improve manpages (see #11357)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user