DesktopKeyboard2Android icon indicating copy to clipboard operation
DesktopKeyboard2Android copied to clipboard

Results 4 DesktopKeyboard2Android issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

`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...

enhancement
help wanted