mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 08:35:41 +02:00
scrcpy: add page (#4511)
This commit is contained in:
parent
589d88b0a1
commit
772cd9136e
1 changed files with 28 additions and 0 deletions
28
pages/common/scrcpy.md
Normal file
28
pages/common/scrcpy.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# scrcpy
|
||||||
|
|
||||||
|
> Display and control your Android device on a desktop.
|
||||||
|
> More information: <https://github.com/Genymobile/scrcpy>.
|
||||||
|
|
||||||
|
- Display a mirror of a connected device:
|
||||||
|
|
||||||
|
`scrcpy`
|
||||||
|
|
||||||
|
- Start display in fullscreen mode:
|
||||||
|
|
||||||
|
`scrcpy --fullscreen`
|
||||||
|
|
||||||
|
- Rotate the display screen. Each incremental value adds a 90 degree counterclockwise rotation:
|
||||||
|
|
||||||
|
`scrcpy --rotation {{0|1|2|3}}`
|
||||||
|
|
||||||
|
- Show touches on physical device:
|
||||||
|
|
||||||
|
`scrcpy --show-touches`
|
||||||
|
|
||||||
|
- Record display screen:
|
||||||
|
|
||||||
|
`scrcpy --record {{path/to/file.mp4}}`
|
||||||
|
|
||||||
|
- Set target directory for pushing files to device by drag and drop (non-APK):
|
||||||
|
|
||||||
|
`scrcpy --push-target {{path/to/directory}}`
|
Loading…
Add table
Reference in a new issue