InputEvent
type InputEvent = {
altKey?: boolean;
ctrlKey?: boolean;
metaKey?: boolean;
shiftKey?: boolean;
activeInput?: boolean;
};
type InputEvent = {
altKey?: boolean;
ctrlKey?: boolean;
metaKey?: boolean;
shiftKey?: boolean;
activeInput?: boolean;
};