DustinWatts / FreeTouchDeck

For interfacing with Windows/macOS/Linux using an ESP32, a touchscreen and BLE.
https://www.youtube.com/dustinwatts
MIT License
626 stars 128 forks source link

Numpad support #36

Closed StevenCellist closed 3 years ago

StevenCellist commented 3 years ago

Hey Dustin, It would be great if Numpad support could be added! OBS for example has the possibility to distinguish between a normal 1 and NUMPAD-1. Adding Numpad keys would reduce the pain of Windows being picky about F13+ :)

DustinWatts commented 3 years ago

@StevenCellist Great idea! This would require some investigation.

DustinWatts commented 3 years ago

https://github.com/DustinWatts/FreeTouchDeck/commit/faa9d31d738b3f14bbc285f9732b96536a5d19ab adds Numpad support. Make sure to also update https://github.com/DustinWatts/ESP32-BLE-Keyboard !