input: bracket right was mapped to left, a typo

This commit is contained in:
Mitchell Hashimoto
2025-05-12 09:56:58 -07:00
parent 3f54601df0
commit 6c6cdf4c4f

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