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 directional arrow key #20

Open
Minepas87 opened this issue Mar 14, 2019 · 2 comments
Open

Add directional arrow key #20

Minepas87 opened this issue Mar 14, 2019 · 2 comments

Comments

@Minepas87
Copy link

Please can you add directional arrow to the key?

@FunctionalJerk
Copy link

FunctionalJerk commented Jan 18, 2022

Are you talking about these symbols: ←→↓↑ or about the keys on the keyboard?
Case 1 just type them out or declare a function that does it for you (alt + 24..27).
case 2 they're in the library. Maybe you're looking for usage-IDs for the keypad-keys?
Either way, read into the source code of this library.

@xxCLIMBINGMANxx
Copy link

In the DigiKeyboard.h there are no definitions for the right, up and down keys. You can edit the file and add these 3 lines
#define KEY_ARROW_RIGHT 0x4f
#define KEY_ARROW_UP 0x52
#define KEY_ARROW_DOWN 0x51

these are the scan codes for the missing keys.
just copy paste them into your existing DigiKeyboard.h file

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

No branches or pull requests

3 participants