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

(enh) stop passing MSC scancodes and extra SYN events #99

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

Conversation

joshgoebel
Copy link
Owner

@joshgoebel joshgoebel commented Sep 5, 2022

Changes

As described. We try to send non-key events unfiltered, but this also includes MSC scancode events (which make no sense once we remap) and a ton of extra SYN events for other events we've probably filtered anyways.

This drops the MSC events on the floor and only allows SYN to pass thru in cases where it seems to be needed (ie, we've recently passed thru other raw data).

Checklist

  • Added tests (if necessary)
  • Updated docs or README...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant