Skip to content

Commit

Permalink
Improve rotation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Dec 22, 2020
1 parent 43d3dcb commit 431c9ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ scrcpy --lock-video-orientation 3 # 90° clockwise

This affects recording orientation.

The [window may also be rotated](#rotation) independently.


### Recording

Expand Down Expand Up @@ -391,9 +393,9 @@ Note that _scrcpy_ manages 3 different rotations:
- <kbd>MOD</kbd>+<kbd>r</kbd> requests the device to switch between portrait
and landscape (the current running app may refuse, if it does support the
requested orientation).
- `--lock-video-orientation` changes the mirroring orientation (the orientation
of the video sent from the device to the computer). This affects the
recording.
- [`--lock-video-orientation`](#lock-video-orientation) changes the mirroring
orientation (the orientation of the video sent from the device to the
computer). This affects the recording.
- `--rotation` (or <kbd>MOD</kbd>+<kbd>←</kbd>/<kbd>MOD</kbd>+<kbd>→</kbd>)
rotates only the window content. This affects only the display, not the
recording.
Expand Down

0 comments on commit 431c9ee

Please sign in to comment.