[client,common] improve grab description
Better describe what +grab-keyboard and +grab-mouse do.
This commit is contained in:
parent
c470b23795
commit
6e6f50c088
@ -229,8 +229,9 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = {
|
|||||||
"[DEPRECATED, use /gateway:p:<password>] Gateway password" },
|
"[DEPRECATED, use /gateway:p:<password>] Gateway password" },
|
||||||
#endif
|
#endif
|
||||||
{ "grab-keyboard", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
|
{ "grab-keyboard", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
|
||||||
"Grab keyboard" },
|
"Grab keyboard focus, forward all keys to remote" },
|
||||||
{ "grab-mouse", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL, "Grab mouse" },
|
{ "grab-mouse", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
|
||||||
|
"Grab mouse focus, forward all events to remote" },
|
||||||
#if defined(WITH_FREERDP_DEPRECATED_COMMANDLINE)
|
#if defined(WITH_FREERDP_DEPRECATED_COMMANDLINE)
|
||||||
{ "gt", COMMAND_LINE_VALUE_REQUIRED,
|
{ "gt", COMMAND_LINE_VALUE_REQUIRED,
|
||||||
"[rpc|http[,no-websockets][,extauth-sspi-ntlm]|auto[,no-websockets][,extauth-sspi-ntlm]]",
|
"[rpc|http[,no-websockets][,extauth-sspi-ntlm]|auto[,no-websockets][,extauth-sspi-ntlm]]",
|
||||||
|
Loading…
Reference in New Issue
Block a user