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

From #7320
This commit is contained in:
Mitchell Hashimoto
2025-05-12 10:00:17 -07:00
committed by GitHub

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 },