diff --git a/client/SDL/common/man/sdl-freerdp-config.1.in b/client/SDL/common/man/sdl-freerdp-config.1.in index b042cb8a2..1a07fe959 100644 --- a/client/SDL/common/man/sdl-freerdp-config.1.in +++ b/client/SDL/common/man/sdl-freerdp-config.1.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 diff --git a/client/X11/man/xfreerdp-shortcuts.1.in b/client/X11/man/xfreerdp-shortcuts.1.in index be94dd1f2..4d7004c3f 100644 --- a/client/X11/man/xfreerdp-shortcuts.1.in +++ b/client/X11/man/xfreerdp-shortcuts.1.in @@ -2,7 +2,11 @@ .PP .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 ++ diff --git a/client/common/cmdline.h b/client/common/cmdline.h index c6a838e77..b49c34ee3 100644 --- a/client/common/cmdline.h +++ b/client/common/cmdline.h @@ -330,7 +330,7 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = { { "monitors", COMMAND_LINE_VALUE_REQUIRED, "[,[,...]]", 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,