class KeyEventimport { KeyEvent } from "https://dotland.deno.dev/x/cliffy@v0.15.0/keycode/key_event.ts"; ConstructorsnewprotectedKeyEvent(name: string | undefined,sequence: string | undefined,ctrl?,meta?,shift?,)Static Methodsfrom(key: IKey): KeyEvent