Reference --shortcut-mod from shortcuts list
Fixes #1681 <https://github.com/Genymobile/scrcpy/issues/1681> Suggested-by: Moritz Schulz <moritzleni@gmail.com>
This commit is contained in:
parent
479d10dc22
commit
6cc22e1c5b
2 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ Default is 0 (automatic).\n
|
||||||
.SH SHORTCUTS
|
.SH SHORTCUTS
|
||||||
|
|
||||||
In the following list, MOD is the shortcut modifier. By default, it's (left)
|
In the following list, MOD is the shortcut modifier. By default, it's (left)
|
||||||
Alt or (left) Super, but it can be configured by \-\-shortcut-mod.
|
Alt or (left) Super, but it can be configured by \-\-shortcut-mod (see above).
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B MOD+f
|
.B MOD+f
|
||||||
|
|
|
@ -203,7 +203,7 @@ scrcpy_print_usage(const char *arg0) {
|
||||||
"\n"
|
"\n"
|
||||||
" In the following list, MOD is the shortcut modifier. By default,\n"
|
" In the following list, MOD is the shortcut modifier. By default,\n"
|
||||||
" it's (left) Alt or (left) Super, but it can be configured by\n"
|
" it's (left) Alt or (left) Super, but it can be configured by\n"
|
||||||
" --shortcut-mod.\n"
|
" --shortcut-mod (see above).\n"
|
||||||
"\n"
|
"\n"
|
||||||
" MOD+f\n"
|
" MOD+f\n"
|
||||||
" Switch fullscreen mode\n"
|
" Switch fullscreen mode\n"
|
||||||
|
|
Loading…
Reference in a new issue