Enter on Numpad
Enter on Numpad - bottom right - does not work (while Enter on typewriter keys does)
is there any option to activate it, did not found anything, or could it be added in the sources?
thanks in advance
Numpad enter is correctly forwarded to the device. To confirm, run scrcpy -Vverbose, so that whenever you press a key, it logs it in the console.
However, it seems that some apps do not react to numpad enter. You can even simulate this keycode with:
adb shell input keyevent KEYCODE_NUMPAD_ENTER
https://github.com/Genymobile/scrcpy/issues/117#issuecomment-498031141
just want to come back shortly to that.
it is visible in the console that the key strokes are received correctly:
we found out, that multiline entry text fields process the numpad enter correctly.
instead of changing all fields, is it known if there is a global handler available to solve the issue? we are working with an app built in xamarin.
thanks for any support
how to bring this ticket up again?
A prior, the numpad enter is correctly forwarded. It is just not handled by Android (at least on your device) the way you expect.
Does it work better with UHID keyboard? (scrcpy -K)
See https://github.com/Genymobile/scrcpy/blob/master/doc/keyboard.md#physical-keyboard-simulation