From 7984f525d79f1663f6874cdf1189e11c731cc021 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 22 Dec 2022 22:40:36 -0600 Subject: [PATCH] Fixed typo for hotkeys --- src/features/hotkey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/hotkey.tsx b/src/features/hotkey.tsx index 05e878e..595344d 100644 --- a/src/features/hotkey.tsx +++ b/src/features/hotkey.tsx @@ -44,7 +44,7 @@ export type GenericHotkey = Replace< } >; -const uppercaseNumbers = [")", "!", "@", "#", "$", "5", "^", "&", "*", "("]; +const uppercaseNumbers = [")", "!", "@", "#", "$", "%", "^", "&", "*", "("]; export function createHotkey( optionsFunc: OptionsFunc