From 46fec41b7b8b2954c7c476a43c0f083add9226f4 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Tue, 13 Nov 2018 20:36:57 +0100 Subject: [PATCH] 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"). --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ed93a1c..46a930ef 100644 --- a/README.md +++ b/README.md @@ -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_. @@ -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._