Skip to content

Commit

Permalink
Fix an invalid keyCode mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX authored Jul 21, 2021
1 parent ee88968 commit dc497a3
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 dc497a3

Please sign in to comment.