Fix mouse documentation formatting

Make the format consistent with the shortcuts documentation.
This commit is contained in:
Romain Vimont 2024-12-17 12:20:50 +01:00
commit ea6a94d355

View file

@ -83,9 +83,9 @@ process like the _adb daemon_).
## Mouse bindings ## Mouse bindings
By default, with SDK mouse: By default, with SDK mouse:
- right-click triggers BACK (or POWER on) - right-click triggers `BACK` (or `POWER` on)
- middle-click triggers HOME - middle-click triggers `HOME`
- the 4th click triggers APP_SWITCH - the 4th click triggers `APP_SWITCH`
- the 5th click expands the notification panel - the 5th click expands the notification panel
The secondary clicks may be forwarded to the device instead by pressing the The secondary clicks may be forwarded to the device instead by pressing the
@ -121,9 +121,9 @@ Each character must be one of the following:
- `+`: forward the click to the device - `+`: forward the click to the device
- `-`: ignore the click - `-`: ignore the click
- `b`: trigger shortcut BACK (or turn screen on if off) - `b`: trigger shortcut `BACK` (or turn screen on if off)
- `h`: trigger shortcut HOME - `h`: trigger shortcut `HOME`
- `s`: trigger shortcut APP_SWITCH - `s`: trigger shortcut `APP_SWITCH`
- `n`: trigger shortcut "expand notification panel" - `n`: trigger shortcut "expand notification panel"
For example: For example: