Created
April 20, 2018 02:08
-
-
Save csarron/b3ab1fc6e5e9da622d675c59137ef2a8 to your computer and use it in GitHub Desktop.
Revisions
-
csarron created this gist
Apr 20, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ ## Scrcpy Shortcuts | Action | Shortcut | | -------------------------------------- |:---------------------------- | | switch fullscreen mode | `Ctrl`+`f` | | resize window to 1:1 (pixel-perfect) | `Ctrl`+`g` | | resize window to remove black borders | `Ctrl`+`x` \| _Double-click¹_ | | click on `HOME` | `Ctrl`+`h` \| _Middle-click_ | | click on `BACK` | `Ctrl`+`b` \| _Right-click²_ | | click on `APP_SWITCH` | `Ctrl`+`m` | | click on `VOLUME_UP` | `Ctrl`+`+` | | click on `VOLUME_DOWN` | `Ctrl`+`-` | | click on `POWER` | `Ctrl`+`p` | | turn screen on | _Right-click²_ | | paste computer clipboard to device | `Ctrl`+`v` | | enable/disable FPS counter (on stdout) | `Ctrl`+`i` | _¹Double-click on black borders to remove them._ _²Right-click turns the screen on if it was off, presses BACK otherwise._