export enum KeyboardEnum { Left = "ArrowLeft", Right = "ArrowRight", Up = "ArrowUp", Down = "ArrowDown", Enter = "Enter", Back = "Escape", }