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

Use keyboard-types crate #21881

Merged
merged 2 commits into from Oct 17, 2018
Merged

Use keyboard-types crate #21881

merged 2 commits into from Oct 17, 2018

Commits on Oct 7, 2018

  1. Use keyboard-types crate

    Have embedders send DOM keys to servo and use a strongly typed KeyboardEvent
    from the W3C UI Events spec. All keyboard handling now uses the new types.
    
    Introduce a ShortcutMatcher to recognize key bindings. Shortcuts are now
    recognized in a uniform way.
    
    Updated the winit port.
    Updated webdriver integration.
    
    part of #20331
    pyfisch committed Oct 7, 2018

Commits on Oct 13, 2018

  1. Minor keyboard updates

    Support combined character input from winit.
    Make use of utility methods from keyboard-types.
    Remove prinatable attribute of KeyboardEvent.
    pyfisch committed Oct 13, 2018
You can’t perform that action at this time.