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

Fix keyboard reliability #164

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

Fix keyboard reliability #164

wants to merge 1 commit into from

Conversation

cwervo
Copy link
Collaborator

@cwervo cwervo commented Jul 23, 2024

The goal of this PR is twofold:

  • make a tool that observes the underlying keyboard signals (e.g. reading /dev/input/by-path/keyboard-name manually in Tcl or C, or use evtest on it) and monitors if the associated Folk Claim is made. If it is made, track the delta (in milliseconds) for how long it takes to go from appearing in kernel event log → triggering in Folk
  • in the process of making the above utility we'll discover bugs in this pipeline and/or bugs in how the Ctrl modifier keys are handled, allowing us to address Ctrl-S broken sometimes, just types 's' #163

@cwervo cwervo self-assigned this Jul 23, 2024
@cwervo cwervo marked this pull request as draft July 23, 2024 08:54
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