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

Ensure shifted keys are released #735

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Jun 15, 2022

  1. Ensure shifted keys are released

    When presssing a `SHIFT + any_key` combination and releasing the `SHIFT` key **before** `any_key`, the `any_key` code is not sent.
    This change will ensure `any_key` code is relesed before the `SHIFT` to ensure target system receives the right `keyup` event
    gbrian authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    27e8f72 View commit details
    Browse the repository at this point in the history