You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/doc
Romain Vimont 035d60cf5d Add option to configure mouse bindings
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>
4 months ago
..
audio.md Update documentation for --no-window 5 months ago
build.md Update links to 2.4 8 months ago
camera.md Merge branch 'master' into release 11 months ago
connection.md Reorder documentation 7 months ago
control.md Add option to configure mouse bindings 4 months ago
develop.md Document UHID 8 months ago
device.md Extract device connection to a separate doc page 1 year ago
keyboard.md Document UHID 8 months ago
linux.md Update Gentoo instructions 2 years ago
macos.md Add references to prerequisites 2 years ago
mouse.md Add option to configure mouse bindings 4 months ago
otg.md Update documentation for --no-window 5 months ago
recording.md Update documentation for --no-window 5 months ago
shortcuts.md Simplify shortcut modifiers 4 months ago
tunnels.md Rework README and documentation 2 years ago
v4l2.md Mention exclusive_caps mode in v4l2 documentation 11 months ago
video.md Update documentation about video orientation 11 months ago
window.md Update documentation for --no-window 5 months ago
windows.md Update links to 2.4 8 months ago