Debug action to fix the elusive font corruption bug

This commit is contained in:
2025-04-30 14:20:33 -05:00
parent 41f00ebf74
commit aeaee9bbdb
4 changed files with 15 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ cKey charToKey(char ch) {
switch(ch){
case '=': case '/':
return {false, w(ch)};
case '+':
return {false, w('='), mod_shift};
case '<':
return {false, w(','), mod_shift};
case '>':