cafali / SnapKey

SnapKey provides a user-friendly Razer Snap Tap/Wooting SOCD alternative, making it accessible across all keyboards!
https://github.com/cafali/SnapKey/wiki
MIT License
268 stars 15 forks source link

hotfix for scancode casting #59

Closed minteeaa closed 2 months ago

minteeaa commented 2 months ago

i double-casted to UINT (horrible idea) and then to char (even worse idea) in my testing of scancode limitations

i forgot to remove the casts

forgive me C++ gods.

(ref #57)