From b32b0844c883db06b0ee818356c122cd1878d36f Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:50:52 -0700 Subject: [PATCH] Update Readme --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 68ec54b..66e8d74 100644 --- a/README.md +++ b/README.md @@ -7,27 +7,27 @@ Keyboard Types Contains types to define keyboard related events. -The naming and conventions follow the UI Events specification -but this crate should be useful for anyone implementing keyboard -input in a cross-platform way. +The naming and conventions follow the UI Events specification but this crate +should be useful for anyone implementing keyboard input in a cross-platform way. -See also: [UI Events Specification](https://w3c.github.io/uievents/), and in -particular [the section on keyboard events](https://w3c.github.io/uievents/#keys). +See also: [UI Events specification](https://w3c.github.io/uievents/), and in +particular +[the section on keyboard events](https://w3c.github.io/uievents/#keys). -Minimum Support Rust Version (MSRV) ------------------------------------ +Minimum Supported Rust Version (MSRV) +------------------------------------- -The minimum supported Rust version is 1.61, or 1.81 if the `"std"` Cargo -feature is disabled. This is not defined by policy, and may change at any time -in a patch release. +The minimum supported Rust version is 1.61, or 1.81 if the `"std"` Cargo feature +is disabled. This is not defined by policy, and may change at any time in a +patch release. Updating Generated Code ----------------------- -The file `src/key.rs` and `src/code.rs` are derived from the two -W3C working drafts +The file `src/key.rs` and `src/code.rs` are derived from the two W3C working +drafts: -* [UI Events KeyboardEvent key Values](https://w3c.github.io/uievents-key/) and +* [UI Events KeyboardEvent key Values](https://w3c.github.io/uievents-key/) * [UI Events KeyboardEvent code Values](https://w3c.github.io/uievents-code/) in the most recent version. A Python 3 script (requires the `requests` and