import FilledInput from '@material-ui/core/FilledInput'; import FormControl from '@material-ui/core/FormControl'; import InputLabel from '@material-ui/core/InputLabel'; import { useState } from 'react'; import { v4 as uuid } from 'uuid'; function Keybind(props: { keyName: string; }) { return {props.keyName}; } function KeybindSelectorInner(props: { value: string[]; }) { return