mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fixed typo for hotkeys
This commit is contained in:
parent
3d64b03905
commit
b7b40a48aa
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export type GenericHotkey = Replace<
|
|||
}
|
||||
>;
|
||||
|
||||
const uppercaseNumbers = [")", "!", "@", "#", "$", "5", "^", "&", "*", "("];
|
||||
const uppercaseNumbers = [")", "!", "@", "#", "$", "%", "^", "&", "*", "("];
|
||||
|
||||
export function createHotkey<T extends HotkeyOptions>(
|
||||
optionsFunc: OptionsFunc<T, BaseHotkey, GenericHotkey>
|
||||
|
|
Loading…
Reference in a new issue