We should use `#[doc(alias = "...")]` on `Code`/`Key` variants, to make things easier to search for. Examples of where this would be helpful: - https://github.com/pyfisch/keyboard-types/pull/61 - `Enter` (alias `Return`) - `Backspace` (alias `Delete`) - `Meta` (alias `Cmd`/`Command`, `Win`/`Windows` and maybe `Super`)
We should use
#[doc(alias = "...")]onCode/Keyvariants, to make things easier to search for.Examples of where this would be helpful:
Code::BackquoteandCode::Quote#61Enter(aliasReturn)Backspace(aliasDelete)Meta(aliasCmd/Command,Win/Windowsand maybeSuper)