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>
2024-07-11 12:04:09 +02:00
..
audio.md Merge branch 'master' into release 2024-06-29 16:52:32 +02:00
build.md Update links to 2.5 2024-06-29 17:51:36 +02:00
camera.md Merge branch 'master' into release 2023-11-25 21:37:37 +01:00
connection.md Reorder documentation 2024-03-11 18:05:27 +01:00
control.md Add option to configure mouse bindings 2024-06-24 23:17:23 +02:00
develop.md Document UHID 2024-03-01 00:52:28 +01:00
device.md Extract device connection to a separate doc page 2023-07-14 23:31:26 +02:00
keyboard.md Document UHID 2024-03-01 00:52:28 +01:00
linux.md Mention that the Debian package is obsolete 2024-06-13 09:14:40 +02:00
macos.md Add references to prerequisites 2023-03-13 08:43:54 +01:00
mouse.md Add mouse secondary bindings 2024-07-11 12:04:09 +02:00
otg.md Update documentation for --no-window 2024-05-11 17:12:00 +02:00
recording.md Update documentation for --no-window 2024-05-11 17:12:00 +02:00
shortcuts.md Simplify shortcut modifiers 2024-06-23 19:15:45 +02:00
tunnels.md Rework README and documentation 2023-03-12 02:04:58 +01:00
v4l2.md Mention exclusive_caps mode in v4l2 documentation 2023-11-28 08:32:28 +01:00
video.md Update documentation about video orientation 2023-11-23 23:34:46 +01:00
window.md Update documentation for --no-window 2024-05-11 17:12:00 +02:00
windows.md Update links to 2.5 2024-06-29 17:51:36 +02:00