|
|
|
@ -494,7 +494,8 @@ It is possible to synchronize clipboards between the computer and the device, in
|
|
|
|
both directions:
|
|
|
|
both directions:
|
|
|
|
|
|
|
|
|
|
|
|
- `Ctrl`+`c` copies the device clipboard to the computer clipboard;
|
|
|
|
- `Ctrl`+`c` copies the device clipboard to the computer clipboard;
|
|
|
|
- `Ctrl`+`Shift`+`v` copies the computer clipboard to the device clipboard;
|
|
|
|
- `Ctrl`+`Shift`+`v` copies the computer clipboard to the device clipboard (and
|
|
|
|
|
|
|
|
pastes if the device runs Android >= 7);
|
|
|
|
- `Ctrl`+`v` _pastes_ the computer clipboard as a sequence of text events (but
|
|
|
|
- `Ctrl`+`v` _pastes_ the computer clipboard as a sequence of text events (but
|
|
|
|
breaks non-ASCII characters).
|
|
|
|
breaks non-ASCII characters).
|
|
|
|
|
|
|
|
|
|
|
|
@ -560,7 +561,7 @@ Also see [issue #14].
|
|
|
|
## Shortcuts
|
|
|
|
## Shortcuts
|
|
|
|
|
|
|
|
|
|
|
|
| Action | Shortcut | Shortcut (macOS)
|
|
|
|
| Action | Shortcut | Shortcut (macOS)
|
|
|
|
| -------------------------------------- |:----------------------------- |:-----------------------------
|
|
|
|
| ------------------------------------------- |:----------------------------- |:-----------------------------
|
|
|
|
| Switch fullscreen mode | `Ctrl`+`f` | `Cmd`+`f`
|
|
|
|
| Switch fullscreen mode | `Ctrl`+`f` | `Cmd`+`f`
|
|
|
|
| Rotate display left | `Ctrl`+`←` _(left)_ | `Cmd`+`←` _(left)_
|
|
|
|
| Rotate display left | `Ctrl`+`←` _(left)_ | `Cmd`+`←` _(left)_
|
|
|
|
| Rotate display right | `Ctrl`+`→` _(right)_ | `Cmd`+`→` _(right)_
|
|
|
|
| Rotate display right | `Ctrl`+`→` _(right)_ | `Cmd`+`→` _(right)_
|
|
|
|
@ -574,13 +575,13 @@ Also see [issue #14].
|
|
|
|
| Click on `VOLUME_DOWN` | `Ctrl`+`↓` _(down)_ | `Cmd`+`↓` _(down)_
|
|
|
|
| Click on `VOLUME_DOWN` | `Ctrl`+`↓` _(down)_ | `Cmd`+`↓` _(down)_
|
|
|
|
| Click on `POWER` | `Ctrl`+`p` | `Cmd`+`p`
|
|
|
|
| Click on `POWER` | `Ctrl`+`p` | `Cmd`+`p`
|
|
|
|
| Power on | _Right-click²_ | _Right-click²_
|
|
|
|
| Power on | _Right-click²_ | _Right-click²_
|
|
|
|
| Turn device screen off (keep mirroring)| `Ctrl`+`o` | `Cmd`+`o`
|
|
|
|
| Turn device screen off (keep mirroring) | `Ctrl`+`o` | `Cmd`+`o`
|
|
|
|
| Rotate device screen | `Ctrl`+`r` | `Cmd`+`r`
|
|
|
|
| Rotate device screen | `Ctrl`+`r` | `Cmd`+`r`
|
|
|
|
| Expand notification panel | `Ctrl`+`n` | `Cmd`+`n`
|
|
|
|
| Expand notification panel | `Ctrl`+`n` | `Cmd`+`n`
|
|
|
|
| Collapse notification panel | `Ctrl`+`Shift`+`n` | `Cmd`+`Shift`+`n`
|
|
|
|
| Collapse notification panel | `Ctrl`+`Shift`+`n` | `Cmd`+`Shift`+`n`
|
|
|
|
| Copy device clipboard to computer | `Ctrl`+`c` | `Cmd`+`c`
|
|
|
|
| Copy device clipboard to computer | `Ctrl`+`c` | `Cmd`+`c`
|
|
|
|
| Paste computer clipboard to device | `Ctrl`+`v` | `Cmd`+`v`
|
|
|
|
| Paste computer clipboard to device | `Ctrl`+`v` | `Cmd`+`v`
|
|
|
|
| Copy computer clipboard to device | `Ctrl`+`Shift`+`v` | `Cmd`+`Shift`+`v`
|
|
|
|
| Copy computer clipboard to device and paste | `Ctrl`+`Shift`+`v` | `Cmd`+`Shift`+`v`
|
|
|
|
| Enable/disable FPS counter (on stdout) | `Ctrl`+`i` | `Cmd`+`i`
|
|
|
|
| Enable/disable FPS counter (on stdout) | `Ctrl`+`i` | `Cmd`+`i`
|
|
|
|
|
|
|
|
|
|
|
|
_¹Double-click on black borders to remove them._
|
|
|
|
_¹Double-click on black borders to remove them._
|
|
|
|
|