scrcpy v1.16
To receive a notification on new releases, click on Watch > Releases only on the top.
scrcpy v1.16
Changes since v1.15.1:
- Add pinch-to-zoom simulation (#24)
- Fix clipboard paste (#1658)
- Inject POWER instead of WAKEUP on start (#1655)
Highlights
Pinch-to-zoom simulation
This is a long time requested feature (#24).
To simulate "pinch-to-zoom": Ctrl+click-and-move.
More precisely, hold Ctrl while pressing the left-click button. Until the left-click button is released, all mouse movements scale and rotate the content (if supported by the app) relative to the center of the screen.
Concretely, scrcpy generates additional touch events from a "virtual finger" at a location inverted through the center of the screen.
Bugfixes
Pasting (e.g. via Ctrl+v) was broken in some cases (#1658). The fix would have required a new hotfix version (v1.15.2), but since pinch-to-zoom is ready, just go for v1.16 right now.
In addition, some devices apparently do not support the WAKEUP key, so inject POWER on start to turn the device screen on.