export const MAC_SYMBOLS: Record = { mod: '⌘', command: '⌘', meta: '⌘', ctrl: '⌃', control: '⌃', alt: '⌥', option: '⌥', shift: '⇧', backspace: 'Del', delete: '⌦', enter: '⏎', escape: '⎋', capslock: '⇪' } as const