Fix typos/grammar issues in README
PR #3174 <https://github.com/Genymobile/scrcpy/pull/3174> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
fc65c6cc4b
commit
53b1e16f42
1 changed files with 4 additions and 4 deletions
|
@ -190,7 +190,7 @@ scrcpy --max-size 1024
|
||||||
scrcpy -m 1024 # short version
|
scrcpy -m 1024 # short version
|
||||||
```
|
```
|
||||||
|
|
||||||
The other dimension is computed to that the device aspect ratio is preserved.
|
The other dimension is computed so that the device aspect ratio is preserved.
|
||||||
That way, a device in 1920×1080 will be mirrored at 1024×576.
|
That way, a device in 1920×1080 will be mirrored at 1024×576.
|
||||||
|
|
||||||
|
|
||||||
|
@ -789,7 +789,7 @@ break non-ASCII content.
|
||||||
**WARNING:** Pasting the computer clipboard to the device (either via
|
**WARNING:** Pasting the computer clipboard to the device (either via
|
||||||
<kbd>Ctrl</kbd>+<kbd>v</kbd> or <kbd>MOD</kbd>+<kbd>v</kbd>) copies the content
|
<kbd>Ctrl</kbd>+<kbd>v</kbd> or <kbd>MOD</kbd>+<kbd>v</kbd>) copies the content
|
||||||
into the device clipboard. As a consequence, any Android application could read
|
into the device clipboard. As a consequence, any Android application could read
|
||||||
its content. You should avoid to paste sensitive content (like passwords) that
|
its content. You should avoid pasting sensitive content (like passwords) that
|
||||||
way.
|
way.
|
||||||
|
|
||||||
Some devices do not behave as expected when setting the device clipboard
|
Some devices do not behave as expected when setting the device clipboard
|
||||||
|
@ -838,7 +838,7 @@ scrcpy -K # short version
|
||||||
|
|
||||||
If it fails for some reason (for example because the device is not connected via
|
If it fails for some reason (for example because the device is not connected via
|
||||||
USB), it automatically fallbacks to the default mode (with a log in the
|
USB), it automatically fallbacks to the default mode (with a log in the
|
||||||
console). This allows to use the same command line options when connected over
|
console). This allows using the same command line options when connected over
|
||||||
USB and TCP/IP.
|
USB and TCP/IP.
|
||||||
|
|
||||||
In this mode, raw key events (scancodes) are sent to the device, independently
|
In this mode, raw key events (scancodes) are sent to the device, independently
|
||||||
|
@ -1062,7 +1062,7 @@ _³4th and 5th mouse buttons, if your mouse has them._
|
||||||
_⁴For react-native apps in development, `MENU` triggers development menu._
|
_⁴For react-native apps in development, `MENU` triggers development menu._
|
||||||
_⁵Only on Android >= 7._
|
_⁵Only on Android >= 7._
|
||||||
|
|
||||||
Shortcuts with repeated keys are executted by releasing and pressing the key a
|
Shortcuts with repeated keys are executed by releasing and pressing the key a
|
||||||
second time. For example, to execute "Expand settings panel":
|
second time. For example, to execute "Expand settings panel":
|
||||||
|
|
||||||
1. Press and keep pressing <kbd>MOD</kbd>.
|
1. Press and keep pressing <kbd>MOD</kbd>.
|
||||||
|
|
Loading…
Reference in a new issue