Update linux upper code, add more special key support

This commit is contained in:
vcaesar 2019-12-19 18:29:30 -04:00
parent ffb5410362
commit be112ee312

View File

@ -179,7 +179,7 @@ void tapKeyCode(MMKeyCode code, MMKeyFlags flags){
return true;
}
char *special = "~!@#$%^&*()_+";
char *special = "~!@#$%^&*()_+{}|:\"<>?";
while (*special) {
if (*special == c) {
return true;