export interface IEvent { metaKey?: number; altKey?: number; ctrlKey?: number; shiftKey?: number; }