USB external keyboard webADB #475
-
|
would it be possible to register the webADB client as a USB keyboard so that the onscreen keyboard doesn't show up? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
|
It's planned, using the AoA protocol. I have https://github.com/9elements/aoakvm and Scrcpy's HID input mode for reference. But have no time to actually implement it. Currently working on Scrcpy screen recording feature (mostly done). |
Beta Was this translation helpful? Give feedback.
-
|
Also try Genymobile/scrcpy#767 (comment). Haven't tested it. If it works well maybe I can integrate it into Scrcpy server, so the keyboard is restored even if ADB is disconnected. |
Beta Was this translation helpful? Give feedback.
-
|
Please test the AOA injection mode on https://ya-webadb-git-feat-aoa-yume-chan.vercel.app/, there are two new settings (off by default) |
Beta Was this translation helpful? Give feedback.

It's planned, using the AoA protocol. I have https://github.com/9elements/aoakvm and Scrcpy's HID input mode for reference. But have no time to actually implement it. Currently working on Scrcpy screen recording feature (mostly done).