mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add a new option --mouse-bind=xxxx.
The argument must be exactly 4 characters, one for each secondary click:
--mouse-bind=xxxx
^^^^
||||
||| `- 5th click
|| `-- 4th click
| `--- middle click
`---- right click
Each character must be one of the following:
- `+`: forward the click to the device
- `-`: ignore the click
- `b`: trigger shortcut BACK (or turn screen on if off)
- `h`: trigger shortcut HOME
- `s`: trigger shortcut APP_SWITCH
- `n`: trigger shortcut "expand notification panel"
This deprecates --forward-all-clicks (use --mouse-bind=++++ instead).
Refs <https://github.com/Genymobile/scrcpy/pull/2258#issuecomment-2182394460>
PR #5022 <https://github.com/Genymobile/scrcpy/pull/5022>
|
||
|---|---|---|
| .. | ||
| audio.md | ||
| build.md | ||
| camera.md | ||
| connection.md | ||
| control.md | ||
| develop.md | ||
| device.md | ||
| keyboard.md | ||
| linux.md | ||
| macos.md | ||
| mouse.md | ||
| otg.md | ||
| recording.md | ||
| shortcuts.md | ||
| tunnels.md | ||
| v4l2.md | ||
| video.md | ||
| window.md | ||
| windows.md | ||