You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While sending the numeric values in keypad, i would expect to receive a specific keypad keycode (keycode.numpad0, keycode.numpad1 and so on) instead of receiving num keys (Keycode.num1, Keycode.num2 and so on) .
This makes impossible making custom character combinations (for example leftAlt+0123 for '{' character).
Any clue on this?
Thanks
The text was updated successfully, but these errors were encountered:
Yes, android ( at least in version 11) recognizes those sequences. Already tested with another keyboard (such as Hacker Keyboard) and this works.
Thanks.
While sending the numeric values in keypad, i would expect to receive a specific keypad keycode (keycode.numpad0, keycode.numpad1 and so on) instead of receiving num keys (Keycode.num1, Keycode.num2 and so on) .
This makes impossible making custom character combinations (for example leftAlt+0123 for '{' character).
Any clue on this?
Thanks
The text was updated successfully, but these errors were encountered: