aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorPyfisch <pyfisch@gmail.com>2018-11-11 21:57:45 +0100
committerPyfisch <pyfisch@gmail.com>2018-11-11 21:57:45 +0100
commit2143657e0331df9ef8fdedd7b653aca763e0539c (patch)
tree6bdf25ddd274cd56c695168940dc3d30fa4ec206 /ports
parentb60006ae11485e432308cbecd310ff19119de5e3 (diff)
downloadservo-2143657e0331df9ef8fdedd7b653aca763e0539c.tar.gz
servo-2143657e0331df9ef8fdedd7b653aca763e0539c.zip
Use keyboard-types::webdriver::send_keys
This improves the quality of KeyboardEvents sent by WebDriver. Now key, code, location and modifiers are set according to spec. CompositionEvents are discarded as servo does not handle them at all.
Diffstat (limited to 'ports')
-rw-r--r--ports/servo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/servo/Cargo.toml b/ports/servo/Cargo.toml
index 35d55e2ebe7..faa4eded4d8 100644
--- a/ports/servo/Cargo.toml
+++ b/ports/servo/Cargo.toml
@@ -45,7 +45,7 @@ crossbeam-channel = "0.2"
euclid = "0.19"
gleam = "0.6"
glutin = "0.18"
-keyboard-types = {version = "0.4.2-servo", features = ["serde"]}
+keyboard-types = "0.4.3"
lazy_static = "1"
libservo = {path = "../../components/servo"}
log = "0.4"