keyboard support for Qt GUI

This commit is contained in:
Jeff Wang
2019-11-14 03:32:07 -05:00
parent f70510e46a
commit 9402bd512f
2 changed files with 56 additions and 7 deletions

View File

@ -88,6 +88,8 @@ static int is_valid_character(char letter){
return 1;
} else if(letter == '^'){
return 1;
} else if(letter == 'E' || letter == 'r' || letter == 'o'){
return 1;
}
return 0;