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