mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Update documentation for --no-window
PR #4868 <https://github.com/Genymobile/scrcpy/pull/4868>
This commit is contained in:
parent
a26c4e76da
commit
e250628fae
5 changed files with 69 additions and 17 deletions
|
|
@ -15,6 +15,16 @@ scrcpy -n # short version
|
|||
Read [keyboard](keyboard.md) and [mouse](mouse.md).
|
||||
|
||||
|
||||
## Control only
|
||||
|
||||
To control only with UHID mouse and keyboard:
|
||||
|
||||
```bash
|
||||
scrcpy --no-video --no-audio --keyboard=uhid --mouse=uhid
|
||||
scrcpy --no-video --no-audio -KM # short version
|
||||
```
|
||||
|
||||
|
||||
## Copy-paste
|
||||
|
||||
Any time the Android clipboard changes, it is automatically synchronized to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue