DesktopKeyboard2Android
DesktopKeyboard2Android copied to clipboard
Hi, wifikeyboard works, http://localhost:7777/ works too, but DesktopKeyboard2Android keeps displaying on each keypress : unexpected response from android Wifikeyboard app [multi]. I first tought I had a problem with WKB...
Is there a release for linux?
Android Debug Bridge (which we are already using to forward the key events to the WifiKeyboard app) also has an API to send key events to the android without requiring...
`scene.setOnKeyPressed(...)` directly calls `sendKeyPressed(...)`. This blocks the app until it can send the request by http to adb. It should instead add these events to a queue, and another thread...