input: bracket right was mapped to left, a typo (#7334)

From #7320
pull/7338/head
Mitchell Hashimoto 2025-05-12 10:00:17 -07:00 committed by GitHub
commit 6723c308be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ const code_to_key = code_to_key: {
.{ "Minus", .minus },
.{ "Equal", .equal },
.{ "BracketLeft", .bracket_left },
.{ "BracketRight", .bracket_left },
.{ "BracketRight", .bracket_right },
.{ "Backslash", .backslash },
.{ "Semicolon", .semicolon },
.{ "Quote", .quote },