class KeyEventRe-exportimport { KeyEvent } from "https://deno.land/x/cliffy@v0.18.2/keycode/mod.ts"; KeyEvent representation. ConstructorsnewprotectedKeyEvent(name: string | undefined,sequence: string | undefined,ctrl?,meta?,shift?,)Static Methodsfrom(key: IKey): KeyEventCreate new KeyEvent.