KeyboardHandler: Partial<HashHandler> & {
    attach?: (editor: Editor) => void;
    detach?: (editor: Editor) => void;
    getStatusText?: (editor?: any, data?: any) => string;
}