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

New keyboard API for the web #1888

Closed
wants to merge 13 commits into from

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    a1ff0d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab522b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c687a4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccef4cf View commit details
    Browse the repository at this point in the history
  5. Remove embedding of non-matched strings

    This is to appease `serde` for the time being.
    maroider committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    e8d14a4 View commit details
    Browse the repository at this point in the history
  6. Wire up ReceivedImeText

    maroider committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    74851a4 View commit details
    Browse the repository at this point in the history
  7. Add ModifiersChanged events

    maroider committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7e41dd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8aa2b4f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffb3220 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fcb24eb View commit details
    Browse the repository at this point in the history
  11. Use a String in NativeKeyCode::Web.

    As a direct result of this, `NativeKeyCode`, `Key`, `KeyCode` and
    `RawKeyEvent` no longer implement `Copy`.
    maroider committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    46f22cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    39e84cc View commit details
    Browse the repository at this point in the history
  13. Use a proper string cache

    maroider committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    2c7ba77 View commit details
    Browse the repository at this point in the history