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

Feature/keycode improvements #93

Merged
merged 2 commits into from
Mar 8, 2022
Merged

Conversation

markusressel
Copy link
Owner

@markusressel markusressel commented Mar 8, 2022

When a barcode scanners cannot use a predefined keycode to enter a character, it uses the ALT+{numbers} pattern (used for "alt codes" on Windows) to enter the integer value of a UTF-8 character.

This PR adds support for parsing those numbers.

This PR also contains a small bugfix for } beeing incorrectly output as {

@markusressel markusressel added enhancement New feature or request bug Something isn't working labels Mar 8, 2022
@markusressel markusressel merged commit d846b97 into master Mar 8, 2022
@markusressel markusressel deleted the feature/keycode_improvements branch March 8, 2022 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant