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!
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 keysNUMPAD_1
etc? Thanks!