input: bracket right was mapped to left, a typo

pull/7334/head
Mitchell Hashimoto 2025-05-12 09:56:58 -07:00
parent 3f54601df0
commit 6c6cdf4c4f
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
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 },