export enum KeySymbol { Command = '⌘', Shift = '⇧', Option = '⌥', Control = '⌃', }