Move drag&drop features in README
Present how to install an APK and how to push a file in the "features" section (instead of "shortcuts").
This commit is contained in:
parent
2876463d39
commit
46fec41b7b
1 changed files with 16 additions and 2 deletions
18
README.md
18
README.md
|
@ -208,6 +208,22 @@ scrcpy -t
|
||||||
Note that it only shows _physical_ touches (with the finger on the device).
|
Note that it only shows _physical_ touches (with the finger on the device).
|
||||||
|
|
||||||
|
|
||||||
|
### Install APK
|
||||||
|
|
||||||
|
To install an APK, drag & drop an APK file (ending with `.apk`) to the _scrcpy_
|
||||||
|
window.
|
||||||
|
|
||||||
|
There is no visual feedback, a log is printed to the console.
|
||||||
|
|
||||||
|
|
||||||
|
### Push file to device
|
||||||
|
|
||||||
|
To push a file to `/sdcard/` on the device, drag & drop a (non-APK) file to the
|
||||||
|
_scrcpy_ window.
|
||||||
|
|
||||||
|
There is no visual feedback, a log is printed to the console.
|
||||||
|
|
||||||
|
|
||||||
### Forward audio
|
### Forward audio
|
||||||
|
|
||||||
Audio is not forwarded by _scrcpy_.
|
Audio is not forwarded by _scrcpy_.
|
||||||
|
@ -238,8 +254,6 @@ you are interested, see [issue 14].
|
||||||
| turn screen on | _Right-click²_ |
|
| turn screen on | _Right-click²_ |
|
||||||
| paste computer clipboard to device | `Ctrl`+`v` |
|
| paste computer clipboard to device | `Ctrl`+`v` |
|
||||||
| enable/disable FPS counter (on stdout) | `Ctrl`+`i` |
|
| enable/disable FPS counter (on stdout) | `Ctrl`+`i` |
|
||||||
| install APK from computer | drag & drop APK file |
|
|
||||||
| push file to `/sdcard/` | drag & drop non-APK file |
|
|
||||||
|
|
||||||
_¹Double-click on black borders to remove them._
|
_¹Double-click on black borders to remove them._
|
||||||
_²Right-click turns the screen on if it was off, presses BACK otherwise._
|
_²Right-click turns the screen on if it was off, presses BACK otherwise._
|
||||||
|
|
Loading…
Reference in a new issue