negative key numbers mark events consumed now
This commit is contained in:
parent
b6b4b5fe77
commit
7c5bd888ac
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ var compose_message = func(msg = "")
|
|||
return;
|
||||
|
||||
if (handle_key(key.getValue()))
|
||||
key.setValue(0); # drop key event
|
||||
key.setValue(-1); # drop key event
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue