export interface I_KeyPressObject { altKey: boolean ctrlKey: boolean shiftKey: boolean keyCode: number }