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 9989668226 Add mouse secondary bindings
Add secondary bindings (Shift+click) for mouse buttons.

In addition to:

    --mouse-bind=xxxx

It is now possible to pass a sequence of secondary bindings:

    --mouse-bind=xxxx:xxxx
                 <--> <-->
             primary   secondary
            bindings   bindings

If the second sequence is omitted, then it is the same as the first one.

By default, for SDK mouse, primary bindings trigger shortcuts and
secondary bindings forward all clicks.

For AOA and UHID, the default bindings are reversed: all clicks are
forwarded by default, whereas pressing Shift+click trigger shortcuts.

    --mouse-bind=bhsn:++++  # default for SDK
    --mouse-bind=++++:bhsn  # default for AOA and UHID

Refs 035d60cf5d
Refs f5e6b8092a
Fixes #5055 <https://github.com/Genymobile/scrcpy/issues/5055>
PR #5076 <https://github.com/Genymobile/scrcpy/pull/5076>
2 months ago
..
audio.md Merge branch 'master' into release 3 months ago
build.md Update links to 2.5 3 months ago
camera.md Merge branch 'master' into release 10 months ago
connection.md Reorder documentation 7 months ago
control.md Add option to configure mouse bindings 3 months ago
develop.md Document UHID 7 months ago
device.md Extract device connection to a separate doc page 1 year ago
keyboard.md Document UHID 7 months ago
linux.md Mention that the Debian package is obsolete 3 months ago
macos.md Add references to prerequisites 2 years ago
mouse.md Add mouse secondary bindings 2 months ago
otg.md Update documentation for --no-window 4 months ago
recording.md Update documentation for --no-window 4 months ago
shortcuts.md Simplify shortcut modifiers 3 months ago
tunnels.md Rework README and documentation 2 years ago
v4l2.md Mention exclusive_caps mode in v4l2 documentation 10 months ago
video.md Update documentation about video orientation 10 months ago
window.md Update documentation for --no-window 4 months ago
windows.md Update links to 2.5 3 months ago