Closed jdoesche closed 2 months ago
For reference, I closed this issue due to the simple fact that you would somehow need to convert XK_\n
to n
. The only real way to do so would be to create a Switch, which is the exact thing I created this issue to replace.
The exact code is as follows Lines 874 thru 932 of main.c
This is nonoptimal, and can be improved upon. As a psuedocode example:
This would generally make the code look better and perform better too.