Add README section explaining --turn-screen-off
This commit is contained in:
parent
8e66b33000
commit
9253996873
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -256,6 +256,20 @@ scrcpy --no-control
|
|||
scrcpy -n
|
||||
```
|
||||
|
||||
### Turn screen off
|
||||
|
||||
It is possible to turn the device screen off while mirroring on start with a
|
||||
command-line option:
|
||||
|
||||
```bash
|
||||
scrcpy --turn-screen-off
|
||||
scrcpy -S
|
||||
```
|
||||
|
||||
Or by pressing `Ctrl`+`o` at any time.
|
||||
|
||||
To turn it back on, press `POWER` (or `Ctrl`+`p`).
|
||||
|
||||
|
||||
### Forward audio
|
||||
|
||||
|
|
Loading…
Reference in a new issue