bk138 / droidVNC-NG

VNC server app for Android that does not require root privileges.
GNU General Public License v2.0
1.22k stars 177 forks source link

InputService: add basic ASCII keyboard handling #206

Closed bk138 closed 1 month ago

bk138 commented 1 month ago

This implements additional keyboard input from VNC viewers in the form of:

All display-specific, i.e. provides one keyboard focus per display.

Closes #4, finally.