diff --git a/src/parseHotkeys.ts b/src/parseHotkeys.ts index 30bc230f..f44e3305 100644 --- a/src/parseHotkeys.ts +++ b/src/parseHotkeys.ts @@ -9,6 +9,7 @@ const mappedKeys: Record = { ',': 'comma', '-': 'slash', ' ': 'space', + '`': 'backquote', '#': 'backslash', '+': 'bracketright', 'ShiftLeft': 'shift',