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>
2024-06-24 23:17:23 +02:00
..
audio.md Update documentation for --no-window 2024-05-11 17:12:00 +02:00
build.md Update links to 2.4 2024-03-03 00:00:24 +01: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 Update Gentoo instructions 2023-03-14 22:03:21 +01:00
macos.md Add references to prerequisites 2023-03-13 08:43:54 +01:00
mouse.md Add option to configure mouse bindings 2024-06-24 23:17:23 +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.4 2024-03-03 00:00:24 +01:00