Improve rotation documentation
This commit is contained in:
parent
43d3dcbd97
commit
431c9ee33b
1 changed files with 5 additions and 3 deletions
|
@ -202,6 +202,8 @@ scrcpy --lock-video-orientation 3 # 90° clockwise
|
||||||
|
|
||||||
This affects recording orientation.
|
This affects recording orientation.
|
||||||
|
|
||||||
|
The [window may also be rotated](#rotation) independently.
|
||||||
|
|
||||||
|
|
||||||
### Recording
|
### Recording
|
||||||
|
|
||||||
|
@ -391,9 +393,9 @@ Note that _scrcpy_ manages 3 different rotations:
|
||||||
- <kbd>MOD</kbd>+<kbd>r</kbd> requests the device to switch between portrait
|
- <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
|
and landscape (the current running app may refuse, if it does support the
|
||||||
requested orientation).
|
requested orientation).
|
||||||
- `--lock-video-orientation` changes the mirroring orientation (the orientation
|
- [`--lock-video-orientation`](#lock-video-orientation) changes the mirroring
|
||||||
of the video sent from the device to the computer). This affects the
|
orientation (the orientation of the video sent from the device to the
|
||||||
recording.
|
computer). This affects the recording.
|
||||||
- `--rotation` (or <kbd>MOD</kbd>+<kbd>←</kbd>/<kbd>MOD</kbd>+<kbd>→</kbd>)
|
- `--rotation` (or <kbd>MOD</kbd>+<kbd>←</kbd>/<kbd>MOD</kbd>+<kbd>→</kbd>)
|
||||||
rotates only the window content. This affects only the display, not the
|
rotates only the window content. This affects only the display, not the
|
||||||
recording.
|
recording.
|
||||||
|
|
Loading…
Reference in a new issue