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

Add capability for KeyboardEvent.code + capture #291

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Feb 2, 2022

  1. Add capability for KeyboardEvent.code + capture

    This:
    - Adds the capability for KeycodeLayout to also use the `code` field from KeyboardEvents.
    - Adds a map for `code` fields for EN_US.
    - Adds a package with a widget for capturing keyboard layouts.
    - Adds an example app for capturing keyboard layouts.
    
    TODOs:
    - Add tests for capture widget / example.
    - Figure out a pattern for adding other layouts. Should they be added to keyboard package, or to one or more separate language packs?
    vidartf committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    250c837 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    cddeb0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8824737 View commit details
    Browse the repository at this point in the history
  3. Fix modifier key description

    vidartf committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    de60e12 View commit details
    Browse the repository at this point in the history