add `character

This commit is contained in:
interfisch 2024-10-18 11:47:36 +02:00
parent 749dd37e1a
commit bc93beef27
1 changed files with 2 additions and 0 deletions

View File

@ -379,6 +379,8 @@ void sendChar(char c,char c2) { //c2 =0 for 1 byte characters
keypress[1]=32; keypress[4]=8; //CODE + X
}else if (c2==179){ // ³
keypress[1]=32; keypress[4]=16; //CODE + V
}else if (c2==180){ // ´
keypress[8]=4; // ´ (Does not advance after printing this key)
}
}else if(c>=32){ //not recognized character (everything else) and not a control command
if (!waitFormatChar) {