An android IME which reads input from socket.
Hopefully, it can be integrated into scrcpy so that, we can type Chinese from keyboard to android.
- adb forward tcp:5566 localabstract:socket-ime
- Change IME to SocketIME in android
- python socket_ime_test.py
- Enjoy!