Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keypad nums recognized as num keys #723

Open
Mirarchi opened this issue Jul 26, 2024 · 2 comments
Open

Keypad nums recognized as num keys #723

Mirarchi opened this issue Jul 26, 2024 · 2 comments

Comments

@Mirarchi
Copy link

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

@Julow
Copy link
Owner

Julow commented Jul 26, 2024

Would Android recognize such sequences ? Have you tried with an other virtual virtual keyboard or a physical one ?

Related issue about sending key events: #717
Related issue about alt codes: #191 #686

@Mirarchi
Copy link
Author

Yes, android ( at least in version 11) recognizes those sequences. Already tested with another keyboard (such as Hacker Keyboard) and this works.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants