CedArctic / DigiSpark-Scripts

USB Rubber Ducky type scripts written for the DigiSpark.
MIT License
1.9k stars 604 forks source link

How to add arrow key scripts to digikeyboard.h #68

Closed Chr0llo closed 2 years ago

Chr0llo commented 2 years ago

I'm new to this but I can easily navigate around. Can someone please guide me adding arrow key for example KEY_ARROW_UP to digikeyboard.h file that I can't seem to find thanks in advance.

NotRealPaz commented 2 years ago

see usb.org's HID-usage-tables document (PDF) chapter "Keyboard/Keypad" page 0x52 arrow up 0x51 arrow down 0x4F arrow right 0x50 arrow left

Chr0llo commented 2 years ago

Thank you! @NotRealPaz