Module

x/cliffy/keycode.ts>KeyEvent

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class KeyEvent
import { KeyEvent } from "https://dotland.deno.dev/x/cliffy@v0.11.0/keycode.ts";

Constructors

new
protected
KeyEvent(
name: string | undefined,
sequence: string | undefined,
ctrl?: boolean,
meta?: boolean,
shift?: boolean,
)
import KeyEvent
import { KeyEvent } from "https://dotland.deno.dev/x/cliffy@v0.11.0/keycode.ts";