interface KeyboardEvent
implements UIEvent
import { type KeyboardEvent } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts";
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.