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

Fixed windows scancodes #1697

Merged
merged 4 commits into from
Jan 31, 2025
Merged

Fixed windows scancodes #1697

merged 4 commits into from
Jan 31, 2025

Conversation

Erhannis
Copy link
Contributor

@Erhannis Erhannis commented Jan 8, 2025

Windows backspace, page up, and page down had the wrong scancodes, according to internet and testing

Summary of changes

Windows: fixed backspace scancode and swapped page up/down.

I checked all the non-character scancodes against a list, they all seem right, now.

Closes #1444 probably

Pull Request Checklist

  • [No ] Changes have tests
  • News fragment added in news.d. See documentation for details

Backspace, page up, and page down had the wrong scancodes, according to internet and testing
@mkrnr
Copy link
Contributor

mkrnr commented Jan 28, 2025

Thank you @Erhannis for opening this PR!

I used your PR to test if our GitHub Actions are still working. Looks like there are some issues around packaging and a deprecated macOS version. Both not related to your PR of course. I'll try to get that fixed in another PR.

Copy link
Contributor

@mkrnr mkrnr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I double-checked the codes, LGTM 👍

@mkrnr mkrnr merged commit f397e8e into openstenoproject:main Jan 31, 2025
12 checks passed
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.

Backspace binding doesn't work in Windows 10
2 participants