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

feat(www): Enable the usage of modifier keys #408

Merged

Commits on Mar 9, 2024

  1. chore(keyboard): Expose a press function that handles modifier keys

    Expose a press function in the keyboard controller that handles the
    press of a single key with modifier keys.
    
    The write function uses this function multiple times to send a sequence
    of characters.
    
    Signed-off-by: Tobias Schaffner <tobias.schaffner@siemens.com>
    TobiasSchaffner committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    55ae273 View commit details
    Browse the repository at this point in the history
  2. feat(www): Enable the usage of modifier keys

    Send the modifier keys (ctrl, shift, alt, meta) together with the
    send key. This allows for example allows to hit crtl-c.
    
    Signed-off-by: Tobias Schaffner <tobias.schaffner@siemens.com>
    TobiasSchaffner committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    aecd2a8 View commit details
    Browse the repository at this point in the history
  3. flake8: set maximum line length to 120 chars

    Signed-off-by: Tobias Schaffner <tobias.schaffner@siemens.com>
    TobiasSchaffner committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    af970b9 View commit details
    Browse the repository at this point in the history