mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-29 12:19:15 +00:00
Fix documentation about default mouse mode
When video playback is turned off, the default mouse mode has changed
from "uhid" to "disabled" in 2c25fd7a80
.
Update the documentation accordingly.
Refs #5410 <https://github.com/Genymobile/scrcpy/issues/5410>
Refs #5542 <https://github.com/Genymobile/scrcpy/issues/5542>
This commit is contained in:
parent
7fef051976
commit
1d2f16dbb5
1 changed files with 10 additions and 4 deletions
|
@ -23,14 +23,20 @@ To control the device without mirroring:
|
||||||
scrcpy --no-video --no-audio
|
scrcpy --no-video --no-audio
|
||||||
```
|
```
|
||||||
|
|
||||||
By default, mouse mode is switched to UHID if video mirroring is disabled (a
|
By default, the mouse is disabled when video playback is turned off.
|
||||||
relative mouse mode is required).
|
|
||||||
|
To control the device using a relative mouse, enable UHID mouse mode:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
scrcpy --no-video --no-audio --mouse=uhid
|
||||||
|
scrcpy --no-video --no-audio -M # short version
|
||||||
|
```
|
||||||
|
|
||||||
To also use a UHID keyboard, set it explicitly:
|
To also use a UHID keyboard, set it explicitly:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
scrcpy --no-video --no-audio --keyboard=uhid
|
scrcpy --no-video --no-audio --mouse=uhid --keyboard=uhid
|
||||||
scrcpy --no-video --no-audio -K # short version
|
scrcpy --no-video --no-audio -MK # short version
|
||||||
```
|
```
|
||||||
|
|
||||||
To use AOA instead (over USB only):
|
To use AOA instead (over USB only):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue