@@ -7,27 +7,27 @@ Keyboard Types
77
88Contains types to define keyboard related events.
99
10- The naming and conventions follow the UI Events specification
11- but this crate should be useful for anyone implementing keyboard
12- input in a cross-platform way.
10+ The naming and conventions follow the UI Events specification but this crate
11+ should be useful for anyone implementing keyboard input in a cross-platform way.
1312
14- See also: [ UI Events Specification] ( https://w3c.github.io/uievents/ ) , and in
15- particular [ the section on keyboard events] ( https://w3c.github.io/uievents/#keys ) .
13+ See also: [ UI Events specification] ( https://w3c.github.io/uievents/ ) , and in
14+ particular
15+ [ the section on keyboard events] ( https://w3c.github.io/uievents/#keys ) .
1616
17- Minimum Support Rust Version (MSRV)
18- -----------------------------------
17+ Minimum Supported Rust Version (MSRV)
18+ -------------------------------------
1919
20- The minimum supported Rust version is 1.61, or 1.81 if the ` "std" ` Cargo
21- feature is disabled. This is not defined by policy, and may change at any time
22- in a patch release.
20+ The minimum supported Rust version is 1.61, or 1.81 if the ` "std" ` Cargo feature
21+ is disabled. This is not defined by policy, and may change at any time in a
22+ patch release.
2323
2424Updating Generated Code
2525-----------------------
2626
27- The file ` src/key.rs ` and ` src/code.rs ` are derived from the two
28- W3C working drafts
27+ The file ` src/key.rs ` and ` src/code.rs ` are derived from the two W3C working
28+ drafts:
2929
30- * [ UI Events KeyboardEvent key Values] ( https://w3c.github.io/uievents-key/ ) and
30+ * [ UI Events KeyboardEvent key Values] ( https://w3c.github.io/uievents-key/ )
3131* [ UI Events KeyboardEvent code Values] ( https://w3c.github.io/uievents-code/ )
3232
3333in the most recent version. A Python 3 script (requires the ` requests ` and
0 commit comments