-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Supporting enter key on numeric pad. #1987
Comments
Preferably you would have:
that makes the most sense for modifiers as well (Any, Left, Right) |
Hi @emilk. Thanks for your work on egui. Are you interested in getting a PR for supporting NumEnter (enter from numpad)? If so, can you please share your thoughts on how you would prefer it work? Are you ok with a new |
I'd like to vote for this issue. In my case, I expect my user to type in numbers and therefore to prefer to use the keypad Enter rather than the regular Enter. |
I think adding a |
AnyEnter would be nice to have too, like mentioned above. |
Is your feature request related to a problem? Please describe.
No, this is not related to any problems.
Describe the solution you'd like
eframe::egui::Key::Enter does not fire if enter key on numeric pad is pressed. Add eframe::egui::Key::NumEnter that is fired if enter key on numeric pad is hit.
Describe alternatives you've considered
Firing eframe::egui::Key::Enter when enter key on numeric pad too can be an alternative (does not add new event code).
Additional context
None.
The text was updated successfully, but these errors were encountered: