Skip to content

Commit

Permalink
Move drag&drop features in README
Browse files Browse the repository at this point in the history
Present how to install an APK and how to push a file in the "features"
section (instead of "shortcuts").
  • Loading branch information
rom1v committed Nov 13, 2018
1 parent 2876463 commit 46fec41
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,22 @@ scrcpy -t
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

Audio is not forwarded by _scrcpy_.
Expand Down Expand Up @@ -238,8 +254,6 @@ you are interested, see [issue 14].
| turn screen on | _Right-click²_ |
| paste computer clipboard to device | `Ctrl`+`v` |
| 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._
_²Right-click turns the screen on if it was off, presses BACK otherwise._
Expand Down

0 comments on commit 46fec41

Please sign in to comment.