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

Add ASCII control codes #5

Open
bbx10 opened this issue Jan 2, 2016 · 1 comment · May be fixed by #7
Open

Add ASCII control codes #5

bbx10 opened this issue Jan 2, 2016 · 1 comment · May be fixed by #7

Comments

@bbx10
Copy link

bbx10 commented Jan 2, 2016

KeyboardReportParser::OemToAscii does not return ASCII control codes such as CTRL-A (0x01). It also does not return ASCII codes for the following keys: TAB, ESCAPE, and DELETE. It returns the wrong code for the ENTER key.

The proposed patch to has been submitted: #4

@bbx10
Copy link
Author

bbx10 commented Feb 13, 2016

Closed PR #4 to add fixes from @dewhisna. The latest patch is PR #7.

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 a pull request may close this issue.

1 participant