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:
Romain Vimont 2020-08-16 13:44:42 +02:00
parent 479d10dc22
commit 6cc22e1c5b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"