interface KeyCodeimport { type KeyCode } from "https://deno.land/x/cliffy@v1.0.0-rc.2/keycode/mod.ts"; KeyCode object. Propertiesoptionalname: stringKey name. optionalsequence: stringKey sequence. optionalcode: stringKey code. optionalctrl: booleanIndicates if the ctrl key is pressed. optionalmeta: booleanIndicates if the meta key is pressed. optionalshift: booleanIndicates if the shift key is pressed. optionalchar: stringKey string value.