Document APK drag & drop
Add the drag & drop shortcut for installing an APK file to the README and the help.
This commit is contained in:
parent
9c6f9b24f9
commit
6274cc3767
2 changed files with 4 additions and 0 deletions
|
@ -300,6 +300,7 @@ To run without installing:
|
||||||
| 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 |
|
||||||
|
|
||||||
_¹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._
|
||||||
|
|
|
@ -98,6 +98,9 @@ static void usage(const char *arg0) {
|
||||||
"\n"
|
"\n"
|
||||||
" Ctrl+i\n"
|
" Ctrl+i\n"
|
||||||
" enable/disable FPS counter (print frames/second in logs)\n"
|
" enable/disable FPS counter (print frames/second in logs)\n"
|
||||||
|
"\n"
|
||||||
|
" Drag & drop APK file\n"
|
||||||
|
" install APK from computer\n"
|
||||||
"\n",
|
"\n",
|
||||||
arg0,
|
arg0,
|
||||||
DEFAULT_BIT_RATE,
|
DEFAULT_BIT_RATE,
|
||||||
|
|
Loading…
Reference in a new issue