mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Make textinput handle actual key values. Don't restrict character values to a single byte.
This commit is contained in:
parent
04ce86c08c
commit
6496d73210
12 changed files with 123 additions and 72 deletions
|
@ -1125,7 +1125,7 @@ impl Document {
|
|||
}
|
||||
|
||||
if !prevented {
|
||||
constellation.send(ConstellationMsg::SendKeyEvent(key, state, modifiers, ch)).unwrap();
|
||||
constellation.send(ConstellationMsg::SendKeyEvent(ch, key, state, modifiers)).unwrap();
|
||||
}
|
||||
|
||||
// This behavior is unspecced
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue