nwrkbiz / android-xserver

Maintaining the original project to make it work again with new Android versions.
MIT License
167 stars 18 forks source link

Fix all keycodes #14

Closed nwrkbiz closed 3 years ago

nwrkbiz commented 3 years ago

Make at least hackers keyboard (https://f-droid.org/en/packages/org.pocketworkstation.pckeyboard/) fully functional.

Currently only the default SoftKeyboard is fully supported. (But misses special keys like ESC, Arrows, etc.) This is mainly about these codes: https://github.com/nwrkbiz/android-xserver/blob/b6132660e3a516d9387b1ceeab8f41f17bd96da5/library/src/main/java/au/com/darkside/xserver/Keyboard.java#L91. (can be checked / verified via xev)