add `character
This commit is contained in:
parent
749dd37e1a
commit
bc93beef27
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue