Skip to content

Commit

Permalink
Merge pull request #1070 from CvX/patch-1
Browse files Browse the repository at this point in the history
Fix an invalid keyCode mapping
  • Loading branch information
stefanpenner authored Aug 3, 2021
2 parents 17344a3 + dc497a3 commit 78ddb07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const keyFromKeyCode: { [key: number]: string } = {
84: 't',
85: 'u',
86: 'v',
87: 'v',
87: 'w',
88: 'x',
89: 'y',
90: 'z',
Expand Down

0 comments on commit 78ddb07

Please sign in to comment.