input: bracket right was mapped to left, a typo
parent
3f54601df0
commit
6c6cdf4c4f
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue