mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
accf6868ee
Add possibility to focus on search input using keyboard This PR adds the possibility to focus on the search input with `S` or `/` like in rustdoc and `mdbook` and `docs.rs` (unification++). Pressing escape will blur it. r? `@Alexendoo` changelog: Add possibility to focus on search input using keyboard