interface dom.KeyboardEvent
implements UIEvent
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { KeyboardEvent } = dom;
KeyboardEvent objects describe a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier keys) on the keyboard.