Skip to content

Instantly share code, notes, and snippets.

@csarron
Created April 20, 2018 02:08
Show Gist options
  • Select an option

  • Save csarron/b3ab1fc6e5e9da622d675c59137ef2a8 to your computer and use it in GitHub Desktop.

Select an option

Save csarron/b3ab1fc6e5e9da622d675c59137ef2a8 to your computer and use it in GitHub Desktop.

Revisions

  1. csarron created this gist Apr 20, 2018.
    19 changes: 19 additions & 0 deletions scrcpy_shortcut.md
    Original 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._