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

Numpad Key definitions, PRTSC and version info #126

Merged
merged 2 commits into from
Nov 9, 2021

Conversation

DustinWatts
Copy link
Contributor

Added Numpad key definitions, also PRTSC was missing. Added version information, including MAJOR, MINOR and PATCH.

Added Numpad key definitions, also PRTSC was missing. Added version information, including MAJOR, MINOR and PATCH.
@DustinWatts
Copy link
Contributor Author

DustinWatts commented Nov 9, 2021

Oops... there is a spelling error in asterix. It should be asterisk, it is not Asterix from Asterix and Obelix :)

Edit: Updated!

@T-vK T-vK merged commit 82959f2 into T-vK:master Nov 9, 2021
@pablopeu
Copy link

This definition is also missing:

const uint8_t KEY_PAUSE = 208; //0xD0; I had to declare it

Thanks!

@@ -44,6 +48,7 @@ const uint8_t KEY_TAB = 0xB3;
const uint8_t KEY_RETURN = 0xB0;
const uint8_t KEY_ESC = 0xB1;
const uint8_t KEY_INSERT = 0xD1;
const uint8_t KEY_PRTSC = 0xCE;
const uint8_t KEY_DELETE = 0xD4;
const uint8_t KEY_PAGE_UP = 0xD3;
const uint8_t KEY_PAGE_DOWN = 0xD6;

Choose a reason for hiding this comment

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

const uint8_t KEY_PAUSE = 0xD0;

Choose a reason for hiding this comment

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

this PAUSE command (0xD0) is not working for me (on ios) but this one 0xB1 is working. Is 0xD0 working in android?

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.

4 participants