Fully Updated Hotkeys + Categorization

Added the entire list of available hotkeys to the hotkey module and categorized them accordingly.
This commit is contained in:
blessedcoolant
2022-10-28 07:13:46 +13:00
committed by psychedelicious
parent f8dff5b6c2
commit 89ad2e55d9
7 changed files with 216 additions and 51 deletions

View File

@@ -1,10 +1,4 @@
import {
Flex,
FormControl,
FormLabel,
Switch,
SwitchProps,
} from '@chakra-ui/react';
import { FormControl, FormLabel, Switch, SwitchProps } from '@chakra-ui/react';
interface Props extends SwitchProps {
label?: string;