dekuNukem / duckyPad

Do-It-All Mechanical Macropad
MIT License
1.22k stars 168 forks source link

Extend duckyscript for numpad keys #17

Closed madwort closed 4 years ago

madwort commented 4 years ago

For one application I'm using, it would be useful to be able to send numpad digits as well as the regular digits (which I've been doing with e.g. STRING 1. In https://github.com/keyboardio/Chrysalis this is keyCode 30 vs keyCode 89. Would it be possible to add to the list of modifier keys NUMPAD_1 etc? Thanks!

dekuNukem commented 4 years ago

Sure! I'll do it over this weekend.

madwort commented 4 years ago

Amazing, thanks!

dekuNukem commented 4 years ago

https://github.com/dekuNukem/duckyPad/releases/tag/0.6.0

madwort commented 4 years ago

works, thanks!