export interface KeyPressInterface { special: boolean; keyValue: string; key: string; }