Skip to content

Commit

Permalink
Fix markdown formatting in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Aug 29, 2024
1 parent 44b3fd8 commit 21e2e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/otg.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ device (see [keyboard](keyboard.md) and [mouse](mouse.md)).
A special mode (OTG) allows to control the device using AOA
[keyboard](keyboard.md#aoa) and [mouse](mouse.md#aoa), without using _adb_ at
all (so USB debugging is not necessary). In this mode, video and audio are
disabled, and `--keyboard=aoa and `--mouse=aoa` are implicitly set.
disabled, and `--keyboard=aoa` and `--mouse=aoa` are implicitly set.

Therefore, it is possible to run _scrcpy_ with only physical keyboard and mouse
simulation, as if the computer keyboard and mouse were plugged directly to the
Expand Down

0 comments on commit 21e2e26

Please sign in to comment.