Re: [dev-servo] Proposal to Improve (International) Keyboard Input

2017-06-27 Thread Pyfisch
Thanks for your reply. > * it's not clear to me that starting with a separate crate makes sense. > It might be less work to prototype all of it inside Servo first. The prototyping inside servo can definitely be done without a separate crate but if servo "ports" like glutin want to provide rich

Re: [dev-servo] Proposal to Improve (International) Keyboard Input

2017-06-25 Thread Josh Matthews
I'm glad someone is thinking about how to improve Servo's current minimal keyboard input. I have a few thoughts: * it's not clear to me that starting with a separate crate makes sense. It might be less work to prototype all of it inside Servo first. * what is the benefit to glutin if it share

[dev-servo] Proposal to Improve (International) Keyboard Input

2017-06-23 Thread Pyfisch
Hi, I'd like to improve Servos keyboard support. At the moment Servo assumes everyone uses US-keyboards and allows only entering ASCII characters in forms. While KeyboardEvents are supported they are not created for keys present on international keyboards. Servo should try to conform to the K