Add option to mirror in read-only
Add an option to disable device control: -n/--no-control.
This commit is contained in:
11
README.md
11
README.md
@@ -247,6 +247,17 @@ _scrcpy_ window.
|
||||
There is no visual feedback, a log is printed to the console.
|
||||
|
||||
|
||||
### Read-only
|
||||
|
||||
To disable controls (everything which can interact with the device: input keys,
|
||||
mouse events, drag&drop files):
|
||||
|
||||
```bash
|
||||
scrcpy --no-control
|
||||
scrcpy -n
|
||||
```
|
||||
|
||||
|
||||
### Forward audio
|
||||
|
||||
Audio is not forwarded by _scrcpy_.
|
||||
|
||||
Reference in New Issue
Block a user