This commit is contained in:
parent
40cae5d2a5
commit
7b9870cebc
11 changed files with 66 additions and 25 deletions
|
|
@ -788,7 +788,9 @@ static void MwLLNextEventImpl(MwLL handle) {
|
|||
} else {
|
||||
n = s;
|
||||
}
|
||||
} else if(strcmp(str, "BackSpace") == 0) {
|
||||
}
|
||||
|
||||
if(strcmp(str, "BackSpace") == 0) {
|
||||
n = MwLLKeyBackSpace;
|
||||
} else if(strcmp(str, "Left") == 0) {
|
||||
n = MwLLKeyLeft;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue