-
Notifications
You must be signed in to change notification settings - Fork 117
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
Keyboard not working with NumberInput #261
Comments
You can write inside, but there are limitations atm till we figure out how to deal with them. |
Maybe it's because of my French layout, but the numbers above the keyboard do not work and in the num pad I can only write 4 and 6 (2 and 8 acting as arrows and the rest does nothing) |
Ahh yeah, idk if Iced supports different Layouts other than the qwerty English layout. |
So I'm going to dive into it, because I don't have issues with iced's widgets including Textinput |
We do accept PR's so that is fine. I just dont know what the cause would be. |
I don't know either, hence my question |
oh I think you are right though the numberpad numbers do not output at all. I'll see why. |
I found out why, and I'm going to correct it. |
we need to ensure that numlock is enabled before we look at the numbers though. I will let you know what I find in winit on how to know this. |
With Numpad activated :
without
So we just have to look at the text field, and same goes for the upper line of the French keyboard |
ok yeah they had no means or actually knowing but i guess this works with Text so its good that works. |
It seems that with #309 I broke once again the logic on the number input. |
Reopening for another known issue. |
Hello,
I'm working with iced_aw 0.9.3 and iced 0.12.1 and experiencing an issue with the NumberInput.
I can't write inside using the numpad or upper line of my keyboard; whether it's focused or if the mouse is over it.
I even tried to fork the repository and run the example and, I came to the same issue.
So before trying to fix it myself, I was wondering if it's my fault or not.
I'm running it on Archlinux with Rustc 1.79.0.
The issue also occurred on a computer running Windows.
Thanks in advance
The text was updated successfully, but these errors were encountered: