Skip to content

Commit

Permalink
Add Tilde doc alias for Grave
Browse files Browse the repository at this point in the history
  • Loading branch information
doonv committed Nov 11, 2023
1 parent 8f2df3c commit 824c9c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_input/src/keyboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ pub enum KeyCode {
/// The `Equals` / `=` key.
Equals,
/// The `Grave` / `Backtick` / `Tilde` / `` ` `` / `~` key.
#[doc(alias = "Tilde")]
Grave,
/// The `Kana` key.
Kana,
Expand Down

0 comments on commit 824c9c9

Please sign in to comment.