Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse hardware scancodes for text input #5313
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We might be able to piggyback off of the work from https://github.com/rsaarelm/calx/blob/a332c59dde7425b8a1e7bdac535d0cfd7c15f760/backend/src/scancode_macos.rs, https://github.com/rsaarelm/calx/blob/a332c59dde7425b8a1e7bdac535d0cfd7c15f760/backend/src/scancode_linux.rs, and https://github.com/rsaarelm/calx/blob/a332c59dde7425b8a1e7bdac535d0cfd7c15f760/backend/src/scancode_windows.rs to make text input much better than it is today.