Techgen I think its different on different phones for some reason.
This is how it behaves for me as I am writing this reply (Qin F21 Pro):
- When I copy the phones clipboard (from the phone itself), it automatically copies to the computer.
- When I copy the computers text it Does Not automatically copy to the phone.
- When I copy from computers text and open open scrcpy and ctrl v, it types it on the phone (automatically, not one by one), and ALSO copies it to the phones clipboard.
- When I type numbers on the computer, it works the same as it does for you (eg: "5" will type = the letter j).
- Alt + Shift + v types the letters one by one.
The difference is if I copy 123 on my computer. If
- I press Ctrl + V, it copies 123 on the phone (I think it copies it to the phones clipboard than pastes the phones clipboard)
- I press alt + shift + v, then it types it in T9 (which shows as the word "be" in the F21 Pro.
Running scrcpy --legacy-paste
makes ctrl v act the same as alt shift v, and it types the letters one by one. Possibly SCRCPY does this automatically for you because your phones clipboard doesn't work nicely progrommatically. (Scrcpy also includes that feature for apps like termux which act weird for copy paste).
Running scrcpy --otg --hid-keyboard
makes the phones keyboard crash when I type numbers (but works fine when I type letters). After it crashes, numbers and letters work beautifully through scrcpy (not sure why it works, bc scrcpy is supposed to only send keycodes on that mode....).
I think that's the full Sugya in terms of keyboard. Maybe I'll try on some other phones...