Skip to content

Commit

Permalink
Merge pull request #911 from SuttonJack/feature/add-backquote-support
Browse files Browse the repository at this point in the history
Add support for backquote character
  • Loading branch information
JohannesKlauss authored Jan 13, 2023
2 parents 44569f8 + c73922a commit 245a401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parseHotkeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const mappedKeys: Record<string, string> = {
',': 'comma',
'-': 'slash',
' ': 'space',
'`': 'backquote',
'#': 'backslash',
'+': 'bracketright',
'ShiftLeft': 'shift',
Expand Down

1 comment on commit 245a401

@vercel
Copy link

@vercel vercel bot commented on 245a401 Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.